diff options
author | Stefano Karapetsas <[email protected]> | 2014-04-29 20:22:15 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-04-29 20:22:15 +0200 |
commit | 5daa5b4fe500f6526365513131830bd0989ee64d (patch) | |
tree | 0f75fc0e573e9a5b04e85441f468ba9fc63afe71 | |
parent | 4b130a90164a429d22ec9db9b265ac93a5786f50 (diff) | |
download | pluma-5daa5b4fe500f6526365513131830bd0989ee64d.tar.bz2 pluma-5daa5b4fe500f6526365513131830bd0989ee64d.tar.xz |
GTK3: file-system-backend property is removed
-rw-r--r-- | pluma/pluma-file-chooser-dialog.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pluma/pluma-file-chooser-dialog.c b/pluma/pluma-file-chooser-dialog.c index aa40825f..5349cc90 100644 --- a/pluma/pluma-file-chooser-dialog.c +++ b/pluma/pluma-file-chooser-dialog.c @@ -380,7 +380,9 @@ pluma_file_chooser_dialog_new_valist (const gchar *title, result = g_object_new (PLUMA_TYPE_FILE_CHOOSER_DIALOG, "title", title, +#if !GTK_CHECK_VERSION (3, 0, 0) "file-system-backend", NULL, +#endif "local-only", FALSE, "action", action, "select-multiple", action == GTK_FILE_CHOOSER_ACTION_OPEN, |