Comment 34 for bug 57872

Revision history for this message
John Dong (jdong) wrote :

Removing this second hunk will prevent an unprompted session save. I think that was the original intent of the patch?

So hunk 1 should be taken out and hunk 2 left in?

@@ -1080,10 +1083,11 @@
                return FALSE;
        }

+ /* This confuses too many people, so we commented it out
        gnome_client_request_save (gnome_master_client (),
                                   GNOME_SAVE_GLOBAL,
                                   FALSE, GNOME_INTERACT_NONE, FALSE, TRUE);
-
+ */
        gpm_hal_reboot (manager->priv->hal);
        ret = TRUE;