empty toolbar issue

This commit is contained in:
Oliver Haertel 2002-08-06 16:29:26 +00:00
parent ed369df2c4
commit 328a8ad2b3
4 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,9 @@
2002-08-06 [oliver] 0.8.1claws28
* src/toolbar.c
* src/prefs_toolbar.c
fixed empty toolbar issue
2002-08-06 [oliver] 0.8.1claws27
* Custom Toolbar Final

View file

@ -8,7 +8,7 @@ MINOR_VERSION=8
MICRO_VERSION=1
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=claws27
EXTRA_VERSION=claws28
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
dnl set $target

View file

@ -290,6 +290,7 @@ static void prefs_toolbar_save(void)
}
toolbar_save_config_file ();
toolbar_clear_list ();
main_window_reflect_prefs_all_real(TRUE);
}

View file

@ -368,8 +368,6 @@ void toolbar_save_config_file ()
g_warning(_("failed to write toolbar configuration to file\n"));
} else
g_warning(_("failed to open toolbar configuration file for writing\n"));
toolbar_clear_list();
}
void toolbar_clear_list()