[Xfce4-commits] <thunar:shared-progress-dialog> Use stock_folder-copy icon name for the progress dialog status icon.

Jannis Pohlmann jannis at xfce.org
Sun Sep 13 14:56:02 CEST 2009


Updating branch refs/heads/shared-progress-dialog
         to 8d588b8140e53068cb17b8f8c44cc2c351512de6 (commit)
       from a888ff22b0f4b9ee86784c51ab6da1cd810f7a94 (commit)

commit 8d588b8140e53068cb17b8f8c44cc2c351512de6
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Sun Sep 13 14:50:22 2009 +0200

    Use stock_folder-copy icon name for the progress dialog status icon.

 thunar/thunar-progress-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/thunar/thunar-progress-dialog.c b/thunar/thunar-progress-dialog.c
index e4e8fb1..71a9465 100644
--- a/thunar/thunar-progress-dialog.c
+++ b/thunar/thunar-progress-dialog.c
@@ -110,7 +110,7 @@ thunar_progress_dialog_init (ThunarProgressDialog *dialog)
   gtk_container_add (GTK_CONTAINER (dialog->vbox), dialog->content_box);
   gtk_widget_show (dialog->content_box);
 
-  dialog->status_icon = gtk_status_icon_new_from_stock (GTK_STOCK_DIRECTORY);
+  dialog->status_icon = gtk_status_icon_new_from_icon_name ("stock_folder-copy");
   gtk_status_icon_set_visible (dialog->status_icon, FALSE);
 
   g_signal_connect_swapped (dialog->status_icon, "button-press-event", 



More information about the Xfce4-commits mailing list