[Xfce4-commits] <xfdesktop:master> Add tooltips to the settings iconview

Eric Koegel noreply at xfce.org
Sat Jan 26 05:44:01 CET 2013


Updating branch refs/heads/master
         to 71aa9c7b406faba49f51848e035c5d14cf9b6071 (commit)
       from 88a920697b22b0653f244ede15f8e645ae013139 (commit)

commit 71aa9c7b406faba49f51848e035c5d14cf9b6071
Author: Eric Koegel <eric.koegel at gmail.com>
Date:   Sat Jan 26 07:40:40 2013 +0300

    Add tooltips to the settings iconview

 settings/main.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/settings/main.c b/settings/main.c
index 7efba7e..441bcdc 100644
--- a/settings/main.c
+++ b/settings/main.c
@@ -873,6 +873,7 @@ xfdesktop_settings_setup_image_iconview(AppearancePanel *panel)
     g_object_set(G_OBJECT(iconview),
                 "pixbuf-column", COL_PIX,
                 "item-width", PREVIEW_WIDTH,
+                "tooltip-column", COL_NAME,
                 NULL);
 
     g_signal_connect(G_OBJECT(iconview), "selection-changed",


More information about the Xfce4-commits mailing list