mirror of
https://github.com/rozniak/xfce-winxp-tc.git
synced 2026-01-26 11:39:44 +00:00
Enhancement: Fixes #498, wizard97 - initial implementation
This commit is contained in:
@@ -276,7 +276,11 @@ static void refresh_wallpaper_list(
|
||||
)
|
||||
{
|
||||
g_list_free_full(wnd->list_wallpapers, g_free);
|
||||
wintc_container_clear(GTK_CONTAINER(wnd->listbox_wallpapers));
|
||||
|
||||
wintc_container_clear(
|
||||
GTK_CONTAINER(wnd->listbox_wallpapers),
|
||||
TRUE
|
||||
);
|
||||
|
||||
// Load up wallpapers
|
||||
//
|
||||
|
||||
@@ -576,7 +576,10 @@ static void populate_toolbar(
|
||||
{
|
||||
GtkWidget* toolbar = (WINTC_EXPLORER_TOOLBAR(toolbar_std))->toolbar;
|
||||
|
||||
wintc_container_clear(GTK_CONTAINER(toolbar));
|
||||
wintc_container_clear(
|
||||
GTK_CONTAINER(toolbar),
|
||||
TRUE
|
||||
);
|
||||
|
||||
WINTC_LOG_DEBUG("explorer: populating std toolbar with %s", config_str);
|
||||
|
||||
|
||||
@@ -778,7 +778,8 @@ static void refresh_personal_menu(
|
||||
// Clear existing items
|
||||
//
|
||||
wintc_container_clear(
|
||||
GTK_CONTAINER(toolbar_start->personal.menubar_programs)
|
||||
GTK_CONTAINER(toolbar_start->personal.menubar_programs),
|
||||
TRUE
|
||||
);
|
||||
|
||||
// Set up signal tuple array
|
||||
|
||||
Reference in New Issue
Block a user