]> Pileus Git - ~andy/gtk/commitdiff
Remove GTK_SIGNAL_ACTION from the file-set signal, that wasn't supposed to
authorMatthias Clasen <matthiasc@src.gnome.org>
Wed, 11 Feb 2009 06:29:24 +0000 (06:29 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 11 Feb 2009 06:29:24 +0000 (06:29 +0000)
        * gtk/gtkfilechooserbutton.c: Remove GTK_SIGNAL_ACTION
        from the file-set signal, that wasn't supposed to have it.

svn path=/trunk/; revision=22306

ChangeLog
gtk/gtkfilechooserbutton.c

index 79d790d13bead8214e58f30f455d86a4020cf523..442a54ab27881d58be4749882f8bc1518ff8ce04 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-02-11  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 353196 – Add a file-set signal to GtkFileChooserButton
+
+       * gtk/gtkfilechooserbutton.c: Remove GTK_SIGNAL_ACTION
+       from the file-set signal, that wasn't supposed to have it.
+
 2009-02-10  Takao Fujiwara  <takao.fujiwara@sun.com>
 
        Bug 571015 – libprintbackend-cups has unlocalized strings
index 992c2cd96140bd0c8e1860fa475fa00ceb0475a9..ee1d0d0c8f29adf53e9844e9cd727dbea87c9192 100644 (file)
@@ -358,7 +358,7 @@ gtk_file_chooser_button_class_init (GtkFileChooserButtonClass * class)
   file_chooser_button_signals[FILE_SET] =
     g_signal_new (I_("file-set"),
                  G_TYPE_FROM_CLASS (gobject_class),
-                 G_SIGNAL_RUN_FIRST | G_SIGNAL_ACTION,
+                 G_SIGNAL_RUN_FIRST,
                  G_STRUCT_OFFSET (GtkFileChooserButtonClass, file_set),
                  NULL, NULL,
                  _gtk_marshal_VOID__VOID,