[geany/geany] 34e6bd: Add File Browser path entry tooltip

Nick Treleaven git-noreply at xxxxx
Thu Jul 26 00:02:42 UTC 2012


Branch:      refs/heads/document-messages
Author:      Nick Treleaven <nick.treleaven at btinternet.com>
Committer:   Nick Treleaven <nick.treleaven at btinternet.com>
Date:        Tue, 03 Jan 2012 16:29:32
Commit:      34e6bddde8f16cc6f9e077b2bfa4e294bc92a835
             https://github.com/geany/geany/commit/34e6bddde8f16cc6f9e077b2bfa4e294bc92a835

Log Message:
-----------
Add File Browser path entry tooltip


Modified Paths:
--------------
    plugins/filebrowser.c

Modified: plugins/filebrowser.c
1 files changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -280,6 +280,7 @@ static void refresh(void)
 
 	utf8_dir = utils_get_utf8_from_locale(current_dir);
 	gtk_entry_set_text(GTK_ENTRY(path_entry), utf8_dir);
+	gtk_widget_set_tooltip_text(path_entry, utf8_dir);
 	ui_combo_box_add_to_history(GTK_COMBO_BOX_ENTRY(path_combo), utf8_dir, 0);
 	g_free(utf8_dir);
 


@@ Diff output truncated at 100000 characters. @@


--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).



More information about the Commits mailing list