~ubuntu-branches/ubuntu/oneiric/indicator-session/oneiric-proposed

« back to all changes in this revision

Viewing changes to src/session-dbus.c

  • Committer: Package Import Robot
  • Author(s): Ken VanDine, Ken VanDine, Ted Gould
  • Date: 2011-09-01 13:53:50 UTC
  • mfrom: (1.1.37 upstream)
  • Revision ID: package-import@ubuntu.com-20110901135350-sl5g84ls1z0r7kwc
Tags: 0.3.4.1-0ubuntu1
[Ken VanDine]
* New upstream release.
  - in a Guest session user menu is not visible (LP: #834948)
  - User name shown as [Invalid UTF-8] in live session (LP: #837246)
  - "Reboot Required" menu opens Update Manager, doesn't reboot (LP: #837658)
  - indicator-session-service crashed with SIGSEGV in 
    g_str_hash() (LP: #824243)
  - indicator-session-service crashed with SIGSEGV in 
    g_variant_unref() (LP: #833965)
* +debian/patches/revert_icon_change.patch
  - revert the icon change in greeter mode until a UIF exception is 
    approved
* +debian/source/format

[Ted Gould]
* debian/control: Adding a depend on gnome-settings-daemon to ensure that
  the required schemas are available.  (LP: #833965)

Show diffs side-by-side

added added

removed removed

Lines of Context:
300
300
        GError * error = NULL;
301
301
    
302
302
        if (priv->bus != NULL) {
 
303
    g_debug("About to send RebootRequired signal");
 
304
 
303
305
                g_dbus_connection_emit_signal (priv->bus,
304
306
                                   NULL,
305
307
                                   INDICATOR_SESSION_SERVICE_DBUS_OBJECT,
306
308
                                   INDICATOR_SESSION_SERVICE_DBUS_IFACE,
307
 
                                   "RebootRequired",
 
309
                                   "RestartRequired",
308
310
                                   NULL,
309
311
                                   &error);
310
312