aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwalters <walters@517b70f8-ed25-0410-8bf6-f5db08f7b76e>2008-06-09 18:00:13 +0000
committerwalters <walters@517b70f8-ed25-0410-8bf6-f5db08f7b76e>2008-06-09 18:00:13 +0000
commitdfa9097cdf3dd084639c41febec9c78080adbd08 (patch)
tree2a3d7754e51b2da444350dc595fc9a19be2a2068
parent41088319589c9fe510d39a32cefea5a04a72a97f (diff)
+2008-06-09 Colin Walters <walters@verbum.org>
+ + Bug 529220: set dialog icon + + * src/krb5-auth-dialog.c: Set an icon so we + look nicer in the window list. Patch from + Guido Günther. + git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@72 517b70f8-ed25-0410-8bf6-f5db08f7b76e
-rw-r--r--ChangeLog8
-rw-r--r--src/krb5-auth-dialog.c1
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 79950d5..d042835 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-06-09 Colin Walters <walters@verbum.org>
+
+ Bug 529220: set dialog icon
+
+ * src/krb5-auth-dialog.c: Set an icon so we
+ look nicer in the window list. Patch from
+ Guido Günther.
+
2008-03-22 Colin Walters <walters@verbum.org>
* src/krb5-auth-dialog.c: Grab a name on the
diff --git a/src/krb5-auth-dialog.c b/src/krb5-auth-dialog.c
index a836480..00cb29e 100644
--- a/src/krb5-auth-dialog.c
+++ b/src/krb5-auth-dialog.c
@@ -656,6 +656,7 @@ main (int argc, char *argv[])
xml = glade_xml_new (GLADEDIR "krb5-auth-dialog.glade", NULL, NULL);
dialog = glade_xml_get_widget (xml, "krb5_dialog");
+ gtk_window_set_default_icon_name ("gtk-dialog-authentication");
if (credentials_expiring (NULL)) {
g_timeout_add (CREDENTIAL_CHECK_INTERVAL * 1000, (GSourceFunc)credentials_expiring, NULL);