<xfce4-screenshooter:master> Show the tooltip on the correct widget (Enrico Tröger).
Jérôme Guelfucci
noreply at xfce.org
Sun Nov 29 11:56:04 CET 2009
Updating branch refs/heads/master
to a9750d46a7c838d4c00b5c5cd649e98feffbd4b6 (commit)
from fcdeda39d5f851e92d85d15c36f371336462c0fb (commit)
commit a9750d46a7c838d4c00b5c5cd649e98feffbd4b6
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date: Sun Nov 29 11:51:27 2009 +0100
Show the tooltip on the correct widget (Enrico Tröger).
lib/screenshooter-zimagez.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/screenshooter-zimagez.c b/lib/screenshooter-zimagez.c
index 7c24189..3a3e60e 100644
--- a/lib/screenshooter-zimagez.c
+++ b/lib/screenshooter-zimagez.c
@@ -792,7 +792,7 @@ cb_ask_for_information (ScreenshooterJob *job,
/* Create the comment entry */
comment_entry = gtk_entry_new ();
- gtk_widget_set_tooltip_text (title_entry,
+ gtk_widget_set_tooltip_text (comment_entry,
_("A comment on the screenshot, it will be used when"
" displaying the screenshot on ZimageZ"));
gtk_entry_set_activates_default (GTK_ENTRY (comment_entry), TRUE);
More information about the Xfce4-commits
mailing list