+2008-06-09 Colin Walters <walters@verbum.org>
authorwalters <walters@517b70f8-ed25-0410-8bf6-f5db08f7b76e>
Mon, 9 Jun 2008 18:00:13 +0000 (18:00 +0000)
committerwalters <walters@517b70f8-ed25-0410-8bf6-f5db08f7b76e>
Mon, 9 Jun 2008 18:00:13 +0000 (18:00 +0000)
+
+ 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

ChangeLog
src/krb5-auth-dialog.c

index 79950d5b664db021ee1c71027d650564a97c5ddf..d042835e1b5af6417d65084e4149dabe585f1bc9 100644 (file)
--- 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
index a836480f7cb68eb004f117a5c814f69c47f72d11..00cb29e978a7cd6084ff308ba5d69be2580520f9 100644 (file)
@@ -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);