aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);