aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/bootp_stat.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-08-20 09:55:32 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-08-20 09:55:32 +0000
commite9acf735c2e2f3578b1a8e090c9738c70cc6a4bf (patch)
treecfe15bd831659ccd9570d2b4d088208e2172b5e2 /gtk/bootp_stat.c
parent41f61d4daa84a81d3ff1855042f5017808511d15 (diff)
Make register_dfilter_stat work for MAIN_MENU_USE_UIMANAGER
and add a bunch of menus. svn path=/trunk/; revision=38626
Diffstat (limited to 'gtk/bootp_stat.c')
-rw-r--r--gtk/bootp_stat.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/gtk/bootp_stat.c b/gtk/bootp_stat.c
index d50ecae3ce..246d208052 100644
--- a/gtk/bootp_stat.c
+++ b/gtk/bootp_stat.c
@@ -291,3 +291,11 @@ register_tap_listener_gtkdhcpstat(void)
register_dfilter_stat(&dhcp_stat_dlg, "BOOTP-DHCP",
REGISTER_STAT_GROUP_UNSORTED);
}
+
+
+#ifdef MAIN_MENU_USE_UIMANAGER
+void bootp_srt_stat_cb(GtkAction *action, gpointer user_data _U_)
+{
+ tap_param_dlg_cb(action, &dhcp_stat_dlg);
+}
+#endif