From cc387ff6957dbd11423bfa3f44b8b558c15b5301 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Fri, 3 May 2002 11:27:26 +0000 Subject: [PATCH] r1436: Bugfix: When editing a panel icon, the tooltip didn't update until the next restart (Olli Helenius). --- ROX-Filer/Help/Changes | 5 +++++ ROX-Filer/src/panel.c | 1 + 2 files changed, 6 insertions(+) diff --git a/ROX-Filer/Help/Changes b/ROX-Filer/Help/Changes index 1bc2a3d7..af858e64 100644 --- a/ROX-Filer/Help/Changes +++ b/ROX-Filer/Help/Changes @@ -2,6 +2,11 @@ A RISC OS-like filer for X by Thomas Leonard +03-Apr-2002 +~~~~~~~~~~~ +Bugfix: When editing a panel icon, the tooltip didn't update until the next + restart (Olli Helenius). + 02-Apr-2002 ~~~~~~~~~~~ Added Sort to the OpenDir SOAP method (Stephen Watson). diff --git a/ROX-Filer/src/panel.c b/ROX-Filer/src/panel.c index 3f36c737..1b447678 100644 --- a/ROX-Filer/src/panel.c +++ b/ROX-Filer/src/panel.c @@ -1563,6 +1563,7 @@ static void panel_icon_update(Icon *icon) gtk_widget_queue_draw(pi->widget); gtk_label_set_text(GTK_LABEL(pi->label), icon->item->leafname); + panel_icon_set_tip(pi); panel_save(pi->panel); } -- 2.11.4.GIT