projects
/
claws.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5953fa0
)
re-order prefs_toolbar_cancel()
author
Paul Mangan
<paul@claws-mail.org>
Mon, 19 Aug 2002 06:07:28 +0000
(06:07 +0000)
committer
Paul Mangan
<paul@claws-mail.org>
Mon, 19 Aug 2002 06:07:28 +0000
(06:07 +0000)
src/prefs_toolbar.c
patch
|
blob
|
history
diff --git
a/src/prefs_toolbar.c
b/src/prefs_toolbar.c
index 2dbc8b41fe78a79edf08a2f8c5c8e0be6b1ea317..48480987e44badac8d25b35fd630cbe1022e4956 100644
(file)
--- a/
src/prefs_toolbar.c
+++ b/
src/prefs_toolbar.c
@@
-311,9
+311,9
@@
static void prefs_toolbar_ok(void)
static void prefs_toolbar_cancel(void)
{
- prefs_toolbar_close();
toolbar_update();
main_window_reflect_prefs_all_real(TRUE);
+ prefs_toolbar_close();
}
static void get_action_name(gchar *entry, gchar **menu)