diff options
author | Jasmine Hassan <[email protected]> | 2012-10-25 13:15:36 +0200 |
---|---|---|
committer | Jasmine Hassan <[email protected]> | 2012-11-16 09:45:49 +0200 |
commit | 40167f57fa40d667514b805d6253c372a4a1b9a4 (patch) | |
tree | 3956070287d8ce9b927dcdc1f8d829b0b12cd211 /src/caja-query-editor.c | |
parent | ce96467ba24b0dc13262fb5cb7ae8eb674c2099e (diff) | |
download | caja-40167f57fa40d667514b805d6253c372a4a1b9a4.tar.bz2 caja-40167f57fa40d667514b805d6253c372a4a1b9a4.tar.xz |
[src] autogenerate marshallers
http://git.gnome.org/browse/nautilus/commit/?id=608918449f548b0d3ea3e7916c944b077ac43e87
Diffstat (limited to 'src/caja-query-editor.c')
-rw-r--r-- | src/caja-query-editor.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/caja-query-editor.c b/src/caja-query-editor.c index dab9e329..dcd4416a 100644 --- a/src/caja-query-editor.c +++ b/src/caja-query-editor.c @@ -23,10 +23,10 @@ #include <config.h> #include "caja-query-editor.h" +#include "caja-src-marshal.h" #include "caja-window-slot.h" #include <string.h> -#include <libcaja-private/caja-marshal.h> #include <glib/gi18n.h> #include <gio/gio.h> #include <eel/eel-gtk-macros.h> @@ -197,7 +197,7 @@ caja_query_editor_class_init (CajaQueryEditorClass *class) G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET (CajaQueryEditorClass, changed), NULL, NULL, - caja_marshal_VOID__OBJECT_BOOLEAN, + caja_src_marshal_VOID__OBJECT_BOOLEAN, G_TYPE_NONE, 2, CAJA_TYPE_QUERY, G_TYPE_BOOLEAN); signals[CANCEL] = |