~ubuntu-branches/ubuntu/trusty/gdm/trusty-proposed

« back to all changes in this revision

Viewing changes to .pc/01_language.patch/daemon/gdm-session.c

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha, Tim Lunn, Jeremy Bicha, Robert Ancell
  • Date: 2013-05-31 22:36:08 UTC
  • mfrom: (1.4.55)
  • Revision ID: package-import@ubuntu.com-20130531223608-33uo85niksee5460
Tags: 3.8.1.1-0ubuntu1
[ Tim Lunn ]
* New upstream release
* debian/patches/ubuntu_dont_catch_sigsegv.patch:
  - Dropped, obsolete
* debian/rules:
  - Don't rename gdm binary since that's already been
    done in the new version

[ Jeremy Bicha ]
* debian/control.in: Bump minimum glib
* debian/watch: Watch for unstable releases
* debian/patches/00git_logind_check.patch:
  - Dropped, applied in new release
* debian/patches/08_frequent-users_greeter.patch: Refreshed

[ Robert Ancell ]
* New upstream release
* debian/patches/ubuntu_daemon_autologin_tracking.patch:
* debian/patches/ubuntu_ensure_dirs.patch:
* debian/patches/ubuntu_slave-only-set-up-autologin.patch:
  - Applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1911
1911
                               service_name);
1912
1912
 
1913
1913
                gdm_session_authenticate (self, service_name);
 
1914
                g_variant_unref (ret);
1914
1915
 
1915
1916
        } else {
1916
 
                g_dbus_method_invocation_take_error (conversation->starting_invocation, error);
 
1917
                g_dbus_method_invocation_return_gerror (conversation->starting_invocation, error);
1917
1918
                report_and_stop_conversation (self, service_name, error);
 
1919
                g_error_free (error);
1918
1920
        }
1919
1921
 
1920
 
        g_variant_unref (ret);
1921
1922
        g_clear_object (&conversation->starting_invocation);
1922
1923
}
1923
1924