[gtk+/pathbar: 5/8] Don't use a marshaler function for ::open-location, since we are in 2013



commit 5a386accc0a839ac976572493a5e4d486c1cd4a9
Author: Federico Mena Quintero <federico gnome org>
Date:   Mon Apr 29 11:58:55 2013 -0500

    Don't use a marshaler function for ::open-location, since we are in 2013
    
    This is not a frequently-emitted, time-critical signal anyway.

 gtk/gtkpathbar.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkpathbar.c b/gtk/gtkpathbar.c
index e41250a..012dd1b 100644
--- a/gtk/gtkpathbar.c
+++ b/gtk/gtkpathbar.c
@@ -329,7 +329,7 @@ gtk_path_bar_class_init (GtkPathBarClass *path_bar_class)
                  G_SIGNAL_RUN_FIRST,
                  0,
                  NULL, NULL,
-                 _gtk_marshal_VOID__OBJECT_OBJECT_BOOLEAN,
+                 NULL,
                  G_TYPE_NONE, 3,
                  G_TYPE_OBJECT,
                  G_TYPE_OBJECT,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]