forked from AuroraMiddleware/gtk
Bug 567569 – Typo in GtkFileChooser example in GTK+ documentation
2009-01-13 Christian Dywan <christian@imendio.com> Bug 567569 – Typo in GtkFileChooser example in GTK+ documentation * gtk/tmpl/gtkfilechooser.sgml: s/gobject_unref/g_object_unref. Patch by Priyank Gosalia. svn path=/trunk/; revision=22105
This commit is contained in:
parent
8b9007b117
commit
30db574750
@ -1,3 +1,10 @@
|
||||
2009-01-13 Christian Dywan <christian@imendio.com>
|
||||
|
||||
Bug 567569 – Typo in GtkFileChooser example in GTK+ documentation
|
||||
|
||||
* gtk/tmpl/gtkfilechooser.sgml: s/gobject_unref/g_object_unref.
|
||||
Patch by Priyank Gosalia.
|
||||
|
||||
2009-01-05 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/tmpl/gtkstock.sgml: Add GTK_STOCK_CAPS_LOCK_WARNING
|
||||
|
@ -132,7 +132,7 @@ update_preview_cb (GtkFileChooser *file_chooser, gpointer data)
|
||||
|
||||
gtk_image_set_from_pixbuf (GTK_IMAGE (preview), pixbuf);
|
||||
if (pixbuf)
|
||||
gobject_unref (pixbuf);
|
||||
g_object_unref (pixbuf);
|
||||
|
||||
gtk_file_chooser_set_preview_widget_active (file_chooser, have_preview);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user