[Xfce4-commits] <xfce-utils:master> Add an icon to the window.
Jérôme Guelfucci
noreply at xfce.org
Thu Dec 23 22:50:02 CET 2010
Updating branch refs/heads/master
to 40533b1cfedeec8cb8a41f4184b0d31f0d800605 (commit)
from 2cace39b698d4c6c68261e6db518773fcdfae6cf (commit)
commit 40533b1cfedeec8cb8a41f4184b0d31f0d800605
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date: Thu Dec 23 22:48:56 2010 +0100
Add an icon to the window.
xfrun/xfrun-dialog.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/xfrun/xfrun-dialog.c b/xfrun/xfrun-dialog.c
index 7a23746..5e2f334 100644
--- a/xfrun/xfrun-dialog.c
+++ b/xfrun/xfrun-dialog.c
@@ -157,6 +157,7 @@ xfrun_dialog_init(XfrunDialog *dialog)
dialog->priv = G_TYPE_INSTANCE_GET_PRIVATE(dialog, XFRUN_TYPE_DIALOG,
XfrunDialogPrivate);
GTK_WINDOW(dialog)->type = GTK_WINDOW_TOPLEVEL;
+ gtk_window_set_icon_name(GTK_WINDOW(dialog), "system-run");
gtk_widget_set_size_request(GTK_WIDGET(dialog), 400, -1);
More information about the Xfce4-commits
mailing list