[Xfce4-commits] <xfce4-indicator-plugin:master> Call ido_init()
Andrzej
noreply at xfce.org
Sun Sep 1 20:14:03 CEST 2013
Updating branch refs/heads/master
to f949719fafbd50744e3697470eef08177e386fea (commit)
from 99f974b8b15448b7091b7eb86fea572aabb85aae (commit)
commit f949719fafbd50744e3697470eef08177e386fea
Author: Alistair Buxton <a.j.buxton at gmail.com>
Date: Sun Sep 1 05:07:30 2013 +0100
Call ido_init()
This is required to make ido register itself with Gtk+.
panel-plugin/indicator.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/panel-plugin/indicator.c b/panel-plugin/indicator.c
index 74d542e..164fc0a 100644
--- a/panel-plugin/indicator.c
+++ b/panel-plugin/indicator.c
@@ -285,6 +285,8 @@ indicator_construct (XfcePanelPlugin *plugin)
gint indicators_loaded = 0;
GtkWidget *label;
+ ido_init();
+
xfce_panel_plugin_menu_show_configure (plugin);
xfce_panel_plugin_menu_show_about (plugin);
More information about the Xfce4-commits
mailing list