summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
Diffstat (limited to 'riscos')
-rw-r--r--riscos/configure/con_theme.c1
-rw-r--r--riscos/theme.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/riscos/configure/con_theme.c b/riscos/configure/con_theme.c
index de0a10583..e86466e63 100644
--- a/riscos/configure/con_theme.c
+++ b/riscos/configure/con_theme.c
@@ -299,6 +299,7 @@ void ro_gui_options_theme_load(void) {
if (link->next) extent.y0 -= 16;
if (extent.y0 > min_extent) extent.y0 = min_extent;
xwimp_set_extent(theme_pane, &extent);
+LOG(("%08x (%s)", link->toolbar->toolbar_handle, link->descriptor->filename));
ro_gui_set_icon_button_type(link->toolbar->toolbar_handle,
ICON_TOOLBAR_URL, wimp_BUTTON_NEVER);
diff --git a/riscos/theme.c b/riscos/theme.c
index 3eac01944..01aaea321 100644
--- a/riscos/theme.c
+++ b/riscos/theme.c
@@ -909,6 +909,7 @@ bool ro_gui_theme_update_toolbar(struct theme_descriptor *descriptor,
warn_user("WimpError", error->errmess);
return false;
}
+LOG(("%08x (%s)", toolbar->toolbar_handle, descriptor->filename));
ro_gui_wimp_event_register_redraw_window(toolbar->toolbar_handle,
ro_gui_theme_redraw);
ro_gui_wimp_event_set_user_data(toolbar->toolbar_handle, toolbar);