[gedit] time: do not call update_ui from the app activatable
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] time: do not call update_ui from the app activatable
- Date: Wed, 5 Feb 2014 10:39:22 +0000 (UTC)
commit 39e0ec91e6bc97d26161c8e3a2ca352f2d635477
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Wed Feb 5 11:39:01 2014 +0100
time: do not call update_ui from the app activatable
plugins/time/gedit-time-plugin.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/plugins/time/gedit-time-plugin.c b/plugins/time/gedit-time-plugin.c
index 66d85a5..b989cdd 100644
--- a/plugins/time/gedit-time-plugin.c
+++ b/plugins/time/gedit-time-plugin.c
@@ -280,8 +280,6 @@ gedit_time_plugin_app_activate (GeditAppActivatable *activatable)
item = g_menu_item_new (_("In_sert Date and Time..."), "win.time");
gedit_menu_extension_append_menu_item (priv->menu_ext, item);
g_object_unref (item);
-
- update_ui (GEDIT_TIME_PLUGIN (activatable));
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]