summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-02-22 21:22:56 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-02-22 21:22:56 +0000
commit9677b33abf94de8a17c7f02f84b10bd2a1a9cd70 (patch)
tree7b0c83cff9342ffb32916a4c022948cf17312440 /gtk
parent3cc6dc3b908617e23d8ced615a7dfa4b4b5fb118 (diff)
downloadwireshark-9677b33abf94de8a17c7f02f84b10bd2a1a9cd70.tar.gz
There seems to be some disagreement about if and how the welcome screen feature should be implemented.
As I currently don't have the time to continue this, I've temporarily disabled it. svn path=/trunk/; revision=13472
Diffstat (limited to 'gtk')
-rw-r--r--gtk/main.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/gtk/main.c b/gtk/main.c
index 8b8c0c51ce..704c8327d2 100644
--- a/gtk/main.c
+++ b/gtk/main.c
@@ -2725,6 +2725,9 @@ is_widget_visible(GtkWidget *widget, gpointer data)
}
+#if 0
+/* XXX - There seems to be some disagreement about if and how this feature should be implemented.
+ As I currently don't have the time to continue this, it's temporarily disabled. - ULFL */
GtkWidget *
welcome_item(gchar *stock_item, gchar * label, gchar * message, GtkSignalFunc callback, void *callback_data)
{
@@ -2839,6 +2842,16 @@ welcome_new(void)
return welcome_scrollw;
}
+#endif /* 0 */
+
+GtkWidget *
+welcome_new(void)
+{
+ /* this is just a dummy to fill up window space, simply showing nothing */
+ return scrolled_window_new(NULL, NULL);
+}
+
+
/*
* XXX - this doesn't appear to work with the paned widgets in