aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/prefs_gui.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-06-03 18:35:34 +0000
committerGuy Harris <guy@alum.mit.edu>2012-06-03 18:35:34 +0000
commit742b22dd43ee3a53231637c60f30ce9f7ca90e98 (patch)
treeb4ef450a7daf473bab6a0148a9ce64c6ca9325a3 /ui/gtk/prefs_gui.c
parent3ae9cc81c4635df28736a86ee6e5d974ea0d426e (diff)
Move routines that handle the main window title bar out of
ui/gtk/gui_utils.c into ui/gtk/main_titlebar.c, and the declaration of one of them out of ui/ui_util.h into ui/gtk/main_titlebar.h, and rename them to clarify that they work on the window name and titlebar. svn path=/trunk/; revision=43041
Diffstat (limited to 'ui/gtk/prefs_gui.c')
-rw-r--r--ui/gtk/prefs_gui.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/gtk/prefs_gui.c b/ui/gtk/prefs_gui.c
index e24a694e3f..242c34be1d 100644
--- a/ui/gtk/prefs_gui.c
+++ b/ui/gtk/prefs_gui.c
@@ -39,6 +39,7 @@
#include "ui/gtk/help_dlg.h"
#include "ui/gtk/supported_protos_dlg.h"
#include "ui/gtk/prefs_dlg.h"
+#include "ui/gtk/main_titlebar.h"
#include "ui/gtk/gui_utils.h"
#include "ui/gtk/dlg_utils.h"
#include "ui/gtk/main.h"
@@ -543,7 +544,7 @@ gui_prefs_apply(GtkWidget *w _U_ , gboolean redissect)
}
/* Redisplay the main window's title */
- update_main_window_title();
+ main_titlebar_update();
/* Redisplay the default welcome header message in case the "show
* version" option was changed. */