aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/wsp_stat.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-08-20 11:04:38 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-08-20 11:04:38 +0000
commitf02ea4f34c3db76662ac80b23575ee016fd11d35 (patch)
tree611a45c6d5254e16112f79b7708c6131dd88e174 /gtk/wsp_stat.c
parente9acf735c2e2f3578b1a8e090c9738c70cc6a4bf (diff)
Add more register_dfilter_stat driven menus to MAIN_MENU_USE_UIMANAGER
svn path=/trunk/; revision=38627
Diffstat (limited to 'gtk/wsp_stat.c')
-rw-r--r--gtk/wsp_stat.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/gtk/wsp_stat.c b/gtk/wsp_stat.c
index 245fe914d4..e3aea447e7 100644
--- a/gtk/wsp_stat.c
+++ b/gtk/wsp_stat.c
@@ -439,3 +439,10 @@ register_tap_listener_gtkwspstat(void)
register_dfilter_stat(&wsp_stat_dlg, "_WAP-WSP",
REGISTER_STAT_GROUP_TELEPHONY);
}
+
+#ifdef MAIN_MENU_USE_UIMANAGER
+void wsp_stat_cb(GtkAction *action, gpointer user_data _U_)
+{
+ tap_param_dlg_cb(action, &wsp_stat_dlg);
+}
+#endif \ No newline at end of file