mirror of https://github.com/GNOME/gimp.git
One-line fix which is needed, but never showed up before. Initialise a
2001-07-09 Dave Neary <dneary@eircom.net> * app/plug_in.c: One-line fix which is needed, but never showed up before. Initialise a string to NULL, to avoid a !=NULL mishap later on.
This commit is contained in:
parent
b54b5ed6a0
commit
d6364dcc7b
|
@ -1,3 +1,9 @@
|
|||
2001-07-09 Dave Neary <dneary@eircom.net>
|
||||
|
||||
* app/plug_in.c: One-line fix which is needed, but never showed
|
||||
up before. Initialise a string to NULL, to avoid a !=NULL
|
||||
mishap later on.
|
||||
|
||||
2001-07-09 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/core/gimp.[ch]: added a (commented out) function to open
|
||||
|
|
|
@ -2512,6 +2512,7 @@ plug_in_make_menu_entry (gpointer foo,
|
|||
entry.entry.callback = plug_in_callback;
|
||||
entry.entry.callback_action = 0;
|
||||
entry.entry.item_type = NULL;
|
||||
entry.quark_string = NULL;
|
||||
entry.help_page = help_page;
|
||||
entry.description = NULL;
|
||||
|
||||
|
|
|
@ -2512,6 +2512,7 @@ plug_in_make_menu_entry (gpointer foo,
|
|||
entry.entry.callback = plug_in_callback;
|
||||
entry.entry.callback_action = 0;
|
||||
entry.entry.item_type = NULL;
|
||||
entry.quark_string = NULL;
|
||||
entry.help_page = help_page;
|
||||
entry.description = NULL;
|
||||
|
||||
|
|
|
@ -2512,6 +2512,7 @@ plug_in_make_menu_entry (gpointer foo,
|
|||
entry.entry.callback = plug_in_callback;
|
||||
entry.entry.callback_action = 0;
|
||||
entry.entry.item_type = NULL;
|
||||
entry.quark_string = NULL;
|
||||
entry.help_page = help_page;
|
||||
entry.description = NULL;
|
||||
|
||||
|
|
|
@ -2512,6 +2512,7 @@ plug_in_make_menu_entry (gpointer foo,
|
|||
entry.entry.callback = plug_in_callback;
|
||||
entry.entry.callback_action = 0;
|
||||
entry.entry.item_type = NULL;
|
||||
entry.quark_string = NULL;
|
||||
entry.help_page = help_page;
|
||||
entry.description = NULL;
|
||||
|
||||
|
|
|
@ -2512,6 +2512,7 @@ plug_in_make_menu_entry (gpointer foo,
|
|||
entry.entry.callback = plug_in_callback;
|
||||
entry.entry.callback_action = 0;
|
||||
entry.entry.item_type = NULL;
|
||||
entry.quark_string = NULL;
|
||||
entry.help_page = help_page;
|
||||
entry.description = NULL;
|
||||
|
||||
|
|
|
@ -2512,6 +2512,7 @@ plug_in_make_menu_entry (gpointer foo,
|
|||
entry.entry.callback = plug_in_callback;
|
||||
entry.entry.callback_action = 0;
|
||||
entry.entry.item_type = NULL;
|
||||
entry.quark_string = NULL;
|
||||
entry.help_page = help_page;
|
||||
entry.description = NULL;
|
||||
|
||||
|
|
|
@ -2512,6 +2512,7 @@ plug_in_make_menu_entry (gpointer foo,
|
|||
entry.entry.callback = plug_in_callback;
|
||||
entry.entry.callback_action = 0;
|
||||
entry.entry.item_type = NULL;
|
||||
entry.quark_string = NULL;
|
||||
entry.help_page = help_page;
|
||||
entry.description = NULL;
|
||||
|
||||
|
|
|
@ -2512,6 +2512,7 @@ plug_in_make_menu_entry (gpointer foo,
|
|||
entry.entry.callback = plug_in_callback;
|
||||
entry.entry.callback_action = 0;
|
||||
entry.entry.item_type = NULL;
|
||||
entry.quark_string = NULL;
|
||||
entry.help_page = help_page;
|
||||
entry.description = NULL;
|
||||
|
||||
|
|
|
@ -2512,6 +2512,7 @@ plug_in_make_menu_entry (gpointer foo,
|
|||
entry.entry.callback = plug_in_callback;
|
||||
entry.entry.callback_action = 0;
|
||||
entry.entry.item_type = NULL;
|
||||
entry.quark_string = NULL;
|
||||
entry.help_page = help_page;
|
||||
entry.description = NULL;
|
||||
|
||||
|
|
|
@ -2512,6 +2512,7 @@ plug_in_make_menu_entry (gpointer foo,
|
|||
entry.entry.callback = plug_in_callback;
|
||||
entry.entry.callback_action = 0;
|
||||
entry.entry.item_type = NULL;
|
||||
entry.quark_string = NULL;
|
||||
entry.help_page = help_page;
|
||||
entry.description = NULL;
|
||||
|
||||
|
|
|
@ -2512,6 +2512,7 @@ plug_in_make_menu_entry (gpointer foo,
|
|||
entry.entry.callback = plug_in_callback;
|
||||
entry.entry.callback_action = 0;
|
||||
entry.entry.item_type = NULL;
|
||||
entry.quark_string = NULL;
|
||||
entry.help_page = help_page;
|
||||
entry.description = NULL;
|
||||
|
||||
|
|
|
@ -2512,6 +2512,7 @@ plug_in_make_menu_entry (gpointer foo,
|
|||
entry.entry.callback = plug_in_callback;
|
||||
entry.entry.callback_action = 0;
|
||||
entry.entry.item_type = NULL;
|
||||
entry.quark_string = NULL;
|
||||
entry.help_page = help_page;
|
||||
entry.description = NULL;
|
||||
|
||||
|
|
|
@ -2512,6 +2512,7 @@ plug_in_make_menu_entry (gpointer foo,
|
|||
entry.entry.callback = plug_in_callback;
|
||||
entry.entry.callback_action = 0;
|
||||
entry.entry.item_type = NULL;
|
||||
entry.quark_string = NULL;
|
||||
entry.help_page = help_page;
|
||||
entry.description = NULL;
|
||||
|
||||
|
|
|
@ -2512,6 +2512,7 @@ plug_in_make_menu_entry (gpointer foo,
|
|||
entry.entry.callback = plug_in_callback;
|
||||
entry.entry.callback_action = 0;
|
||||
entry.entry.item_type = NULL;
|
||||
entry.quark_string = NULL;
|
||||
entry.help_page = help_page;
|
||||
entry.description = NULL;
|
||||
|
||||
|
|
|
@ -2512,6 +2512,7 @@ plug_in_make_menu_entry (gpointer foo,
|
|||
entry.entry.callback = plug_in_callback;
|
||||
entry.entry.callback_action = 0;
|
||||
entry.entry.item_type = NULL;
|
||||
entry.quark_string = NULL;
|
||||
entry.help_page = help_page;
|
||||
entry.description = NULL;
|
||||
|
||||
|
|
|
@ -2512,6 +2512,7 @@ plug_in_make_menu_entry (gpointer foo,
|
|||
entry.entry.callback = plug_in_callback;
|
||||
entry.entry.callback_action = 0;
|
||||
entry.entry.item_type = NULL;
|
||||
entry.quark_string = NULL;
|
||||
entry.help_page = help_page;
|
||||
entry.description = NULL;
|
||||
|
||||
|
|
|
@ -2512,6 +2512,7 @@ plug_in_make_menu_entry (gpointer foo,
|
|||
entry.entry.callback = plug_in_callback;
|
||||
entry.entry.callback_action = 0;
|
||||
entry.entry.item_type = NULL;
|
||||
entry.quark_string = NULL;
|
||||
entry.help_page = help_page;
|
||||
entry.description = NULL;
|
||||
|
||||
|
|
|
@ -2512,6 +2512,7 @@ plug_in_make_menu_entry (gpointer foo,
|
|||
entry.entry.callback = plug_in_callback;
|
||||
entry.entry.callback_action = 0;
|
||||
entry.entry.item_type = NULL;
|
||||
entry.quark_string = NULL;
|
||||
entry.help_page = help_page;
|
||||
entry.description = NULL;
|
||||
|
||||
|
|
|
@ -2512,6 +2512,7 @@ plug_in_make_menu_entry (gpointer foo,
|
|||
entry.entry.callback = plug_in_callback;
|
||||
entry.entry.callback_action = 0;
|
||||
entry.entry.item_type = NULL;
|
||||
entry.quark_string = NULL;
|
||||
entry.help_page = help_page;
|
||||
entry.description = NULL;
|
||||
|
||||
|
|
|
@ -2512,6 +2512,7 @@ plug_in_make_menu_entry (gpointer foo,
|
|||
entry.entry.callback = plug_in_callback;
|
||||
entry.entry.callback_action = 0;
|
||||
entry.entry.item_type = NULL;
|
||||
entry.quark_string = NULL;
|
||||
entry.help_page = help_page;
|
||||
entry.description = NULL;
|
||||
|
||||
|
|
Loading…
Reference in New Issue