From 66585e2be5a1cd936abb27db318deba4bfc4a453 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Tue, 24 Sep 2013 19:59:06 -0500 Subject: filemanager: Add missing data assignment * Amanas mentioned in IRC that it was likely missed after the gsettings migration. --- plugins/filebrowser/pluma-file-browser-plugin.c | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/filebrowser/pluma-file-browser-plugin.c') diff --git a/plugins/filebrowser/pluma-file-browser-plugin.c b/plugins/filebrowser/pluma-file-browser-plugin.c index bce64c69..69b1e185 100644 --- a/plugins/filebrowser/pluma-file-browser-plugin.c +++ b/plugins/filebrowser/pluma-file-browser-plugin.c @@ -306,6 +306,7 @@ on_confirm_trash_changed (GSettings *settings, PlumaFileBrowserPluginData *data; gboolean enable = FALSE; + data = (PlumaFileBrowserPluginData *)(user_data); enable = g_settings_get_boolean (settings, key); data->confirm_trash = enable; -- cgit v1.2.1