~ubuntu-branches/ubuntu/maverick/gnome-session/maverick

« back to all changes in this revision

Viewing changes to tools/gnome-session-save.c

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2009-05-08 19:54:30 UTC
  • mfrom: (1.2.4 upstream)
  • mto: This revision was merged to the branch mainline in revision 112.
  • Revision ID: james.westby@ubuntu.com-20090508195430-emwvafeu8f4upq97
Tags: upstream-2.26.1
ImportĀ upstreamĀ versionĀ 2.26.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
274
274
 
275
275
        if (kill_session) {
276
276
                if (no_interaction)
277
 
                        logout = TRUE;
 
277
                        force_logout = TRUE;
278
278
                else
279
279
                        logout_dialog = TRUE;
280
280
        }