summaryrefslogtreecommitdiff
path: root/plugins/filebrowser/pluma-file-browser-store.c
diff options
context:
space:
mode:
authorColomban Wendling <[email protected]>2019-06-25 10:42:34 +0200
committerraveit65 <[email protected]>2019-06-27 10:00:18 +0200
commitdee5500dd7d1ca8b6b9ef2c25af658bb9c839262 (patch)
tree1dc90a141ee96f7a83c094640b2afadea780b5a8 /plugins/filebrowser/pluma-file-browser-store.c
parent8e7e455f4327317fe711f086fbf315698324df30 (diff)
downloadpluma-dee5500dd7d1ca8b6b9ef2c25af658bb9c839262.tar.bz2
pluma-dee5500dd7d1ca8b6b9ef2c25af658bb9c839262.tar.xz
Fix use of deprecated glib-genmarshal types
This doesn't change any dependency as both non-deprecated replacements BOOLEAN and VOID were already used in some places.
Diffstat (limited to 'plugins/filebrowser/pluma-file-browser-store.c')
-rw-r--r--plugins/filebrowser/pluma-file-browser-store.c2
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",