GNOME Bugzilla – Bug 313219
gal_view_new_dialog_set_property() does GTK_IS_ENTRY(random)
Last modified: 2005-12-06 08:56:41 UTC
Version details: gal-2.5.3 Function gal_view_new_dialog_set_property() contains following code: GtkWidget *entry; ... code with no reference to entry ... if (entry && GTK_IS_ENTRY(entry)) { gal-view-new-dialog.c: In function 'gal_view_new_dialog_set_property': gal-view-new-dialog.c:259: warning: 'entry' is used uninitialized in this function
valid.
Created attachment 55191 [details] [review] Bug fix gets the widget pointer, before, using it unitialized.
Looks fine to commit.
Fixed in CVS.