Redid my latest change here, since it didn't solve the problem. Now,
* app/plug_in.c: Redid my latest change here, since it didn't solve the problem. Now, registering with image_types == NULL means the same as what "" used to mean: No image is required and the menu entry will always be sensitive. The rest are fixes to my last commit. --Sven
This commit is contained in:
@ -1363,6 +1363,7 @@ script_fu_interface (SFScript *script)
|
||||
gtk_box_pack_start (GTK_BOX (hbox), bbox, FALSE, FALSE, 0);
|
||||
|
||||
button = gtk_button_new_with_label (_("About"));
|
||||
GTK_WIDGET_SET_FLAGS (button, GTK_CAN_DEFAULT);
|
||||
gtk_signal_connect (GTK_OBJECT (button), "clicked",
|
||||
(GtkSignalFunc) script_fu_about_callback,
|
||||
title);
|
||||
|
Reference in New Issue
Block a user