[Xfce4-commits] [apps/xfce4-taskmanager] 19/21: Fix window icon on info and error dialogs

noreply at xfce.org noreply at xfce.org
Thu Jan 26 22:59:23 CET 2017


This is an automated email from the git hooks/post-receive script.

ochosi pushed a commit to branch master
in repository apps/xfce4-taskmanager.

commit ec7f5d002e907e2c55f8c72d1c1fbb1b8e6a8f2d
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Thu Jan 26 22:21:18 2017 +0100

    Fix window icon on info and error dialogs
---
 src/process-window.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/process-window.h b/src/process-window.h
index 617b84c..b49f592 100644
--- a/src/process-window.h
+++ b/src/process-window.h
@@ -29,6 +29,7 @@
 	gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog), message , ## __VA_ARGS__ ); \
 	gtk_window_set_title (GTK_WINDOW (dialog), _("Task Manager")); \
 	gtk_window_set_position (GTK_WINDOW (dialog), GTK_WIN_POS_MOUSE); \
+	gtk_window_set_icon_name (GTK_WINDOW (dialog), "utilities-system-monitor"); \
 	gtk_dialog_run (GTK_DIALOG (dialog)); \
 	gtk_widget_destroy (dialog); \
 }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list