Blob Blame History Raw
diff -up gdm-2.28.1/gui/simple-greeter/plugins/password/gdm-password-extension.c.eviction-notice gdm-2.28.1/gui/simple-greeter/plugins/password/gdm-password-extension.c
--- gdm-2.28.1/gui/simple-greeter/plugins/password/gdm-password-extension.c.eviction-notice	2009-11-03 20:27:15.162323893 -0500
+++ gdm-2.28.1/gui/simple-greeter/plugins/password/gdm-password-extension.c	2009-11-03 20:27:43.172313652 -0500
@@ -308,7 +308,6 @@ create_actions (GdmPasswordExtension *ex
                                  _("Log In"), NULL, NULL);
         g_signal_connect_swapped (action, "activate",
                                   G_CALLBACK (on_activate_log_in), extension);
-        g_object_set (G_OBJECT (action), "icon-name", "go-home", NULL);
         gtk_action_group_add_action (extension->priv->actions,
                                      action);
 }
diff -up gdm-2.28.1/gui/simple-greeter/plugins/smartcard/gdm-smartcard-extension.c.eviction-notice gdm-2.28.1/gui/simple-greeter/plugins/smartcard/gdm-smartcard-extension.c
--- gdm-2.28.1/gui/simple-greeter/plugins/smartcard/gdm-smartcard-extension.c.eviction-notice	2009-11-03 20:29:37.987313316 -0500
+++ gdm-2.28.1/gui/simple-greeter/plugins/smartcard/gdm-smartcard-extension.c	2009-11-03 20:28:00.438313043 -0500
@@ -439,7 +439,6 @@ create_actions (GdmSmartcardExtension *e
                                  _("Log In"), NULL, NULL);
         g_signal_connect_swapped (action, "activate",
                                   G_CALLBACK (on_activate_log_in), extension);
-        g_object_set (G_OBJECT (action), "icon-name", "go-home", NULL);
         gtk_action_group_add_action (extension->priv->actions,
                                      action);