diff options
Diffstat (limited to 'plugins/filebrowser/pluma-file-browser-store.c')
-rw-r--r-- | plugins/filebrowser/pluma-file-browser-store.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/filebrowser/pluma-file-browser-store.c b/plugins/filebrowser/pluma-file-browser-store.c index 9ffc107a..6192c035 100644 --- a/plugins/filebrowser/pluma-file-browser-store.c +++ b/plugins/filebrowser/pluma-file-browser-store.c @@ -383,7 +383,7 @@ pluma_file_browser_store_class_init (PlumaFileBrowserStoreClass * klass) G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET (PlumaFileBrowserStoreClass, no_trash), g_signal_accumulator_true_handled, NULL, - pluma_file_browser_marshal_BOOL__POINTER, + pluma_file_browser_marshal_BOOLEAN__POINTER, G_TYPE_BOOLEAN, 1, G_TYPE_POINTER); model_signals[RENAME] = g_signal_new ("rename", |