~ubuntu-branches/ubuntu/saucy/gnome-settings-daemon/saucy

« back to all changes in this revision

Viewing changes to .pc/correct_logout_action.patch/plugins/media-keys/gsd-media-keys-manager.c

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-11-26 16:28:45 UTC
  • Revision ID: package-import@ubuntu.com-20121126162845-d8aa2esgjkkrfpxz
Tags: 3.6.3-0ubuntu2
* debian/patches/16_use_synchronous_notifications.patch:
  - don't segfault when using the screen hotkey (lp: #1082856)
* debian/patches/53_update_schemas_warning.patch:
  - don't list the updates schemas it's not used in ubuntu (lp: #1082986)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1817
1817
        guint percentage;
1818
1818
        GVariant *new_percentage;
1819
1819
        GsdBrightnessActionData *data = (GsdBrightnessActionData *) user_data;
1820
 
        GsdMediaKeysManager *manager = GSD_MEDIA_KEYS_MANAGER (user_data);
 
1820
        GsdMediaKeysManager *manager = data->manager;
1821
1821
 
1822
1822
        new_percentage = g_dbus_proxy_call_finish (G_DBUS_PROXY (source_object),
1823
1823
                                                   res, &error);