[gedit] Fix activating browser actions in the file browser plugin
- From: Garrett Regier <gregier src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Fix activating browser actions in the file browser plugin
- Date: Fri, 14 Jun 2013 13:22:10 +0000 (UTC)
commit 9183a27d40b72e73b8ee1fe83f56b4e5326dae62
Author: Garrett Regier <garrettregier gmail com>
Date: Wed Jun 12 13:54:45 2013 -0700
Fix activating browser actions in the file browser plugin
plugins/filebrowser/gedit-file-browser-widget.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/filebrowser/gedit-file-browser-widget.c b/plugins/filebrowser/gedit-file-browser-widget.c
index a26b0b3..dee7599 100644
--- a/plugins/filebrowser/gedit-file-browser-widget.c
+++ b/plugins/filebrowser/gedit-file-browser-widget.c
@@ -2477,7 +2477,7 @@ do_change_directory (GeditFileBrowserWidget *obj,
if (action != NULL)
{
- g_action_activate (action, g_variant_new_boolean (TRUE));
+ g_action_activate (action, NULL);
return TRUE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]