[gedit] sort: do not call update_ui from the app activatable
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] sort: do not call update_ui from the app activatable
- Date: Wed, 5 Feb 2014 10:48:12 +0000 (UTC)
commit a952119e810c287f38b63a9168c52872a2ad1eac
Author: Paolo Borelli <pborelli gnome org>
Date: Wed Feb 5 11:47:43 2014 +0100
sort: do not call update_ui from the app activatable
plugins/sort/gedit-sort-plugin.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/plugins/sort/gedit-sort-plugin.c b/plugins/sort/gedit-sort-plugin.c
index 3a99b89..6f8a6ba 100644
--- a/plugins/sort/gedit-sort-plugin.c
+++ b/plugins/sort/gedit-sort-plugin.c
@@ -433,8 +433,6 @@ gedit_sort_plugin_app_activate (GeditAppActivatable *activatable)
item = g_menu_item_new (_("S_ort..."), "win.sort");
gedit_menu_extension_append_menu_item (priv->menu_ext, item);
g_object_unref (item);
-
- update_ui (GEDIT_SORT_PLUGIN (activatable));
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]