aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/about_dlg.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2007-05-17 17:15:51 +0000
committerGerald Combs <gerald@wireshark.org>2007-05-17 17:15:51 +0000
commit997b60df05bc78f92cc842ff46e8a276d44c77a9 (patch)
tree1ff9397b227f14fd68e75b2e36851b5d26af8a08 /gtk/about_dlg.c
parent86865b0fb8bc7781db6f367014362d5f1da598f0 (diff)
Decrease the refresh time to 100ms. This seems to make the splash
screen updates a little more smooth without affecting the startup time for remote sessions. svn path=/trunk/; revision=21815
Diffstat (limited to 'gtk/about_dlg.c')
-rw-r--r--gtk/about_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/about_dlg.c b/gtk/about_dlg.c
index 63f06a843c..8f3b3dc44b 100644
--- a/gtk/about_dlg.c
+++ b/gtk/about_dlg.c
@@ -150,7 +150,7 @@ splash_new(char *message)
return win;
}
-#define REGISTER_FREQ 250 /* Milliseconds */
+#define REGISTER_FREQ 100 /* Milliseconds */
void
splash_update(register_action_e action, char *message, gpointer client_data)