projects
/
claws.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
098428d
)
fix bug where 'Cancel' button creates icon and text toolbar regardless of prefs
author
Paul Mangan
<paul@claws-mail.org>
Sun, 18 Aug 2002 08:03:54 +0000
(08:03 +0000)
committer
Paul Mangan
<paul@claws-mail.org>
Sun, 18 Aug 2002 08:03:54 +0000
(08:03 +0000)
src/prefs_toolbar.c
patch
|
blob
|
history
diff --git
a/src/prefs_toolbar.c
b/src/prefs_toolbar.c
index 0a97c42e5d8cfc91e9bd9ee20cad0a71adb38abb..2dbc8b41fe78a79edf08a2f8c5c8e0be6b1ea317 100644
(file)
--- a/
src/prefs_toolbar.c
+++ b/
src/prefs_toolbar.c
@@
-313,6
+313,7
@@
static void prefs_toolbar_cancel(void)
{
prefs_toolbar_close();
toolbar_update();
+ main_window_reflect_prefs_all_real(TRUE);
}
static void get_action_name(gchar *entry, gchar **menu)