~ubuntu-branches/ubuntu/utopic/xfce4-power-manager/utopic-proposed

« back to all changes in this revision

Viewing changes to .pc/05_fix-brightness-key-modifiers.patch/src/xfpm-button.c

  • Committer: Package Import Robot
  • Author(s): Lionel Le Folgoc
  • Date: 2012-04-03 22:15:05 UTC
  • mfrom: (2.3.8)
  • Revision ID: package-import@ubuntu.com-20120403221505-2dvza7w2d97zb7qn
Tags: 1.0.11-0ubuntu1
* New upstream bugfix release.
* debian/patches:
  - 0001-Solaris-specific-code-for-determining-the-start-time.patch,
    02_fix-notify-detect.patch,
    07_fix_broken_empty_icon_battery.patch: dropped, included upstream.
  - xubuntu_fix-status-icon-other-devices.patch: refreshed to apply cleanly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
252
252
static void
253
253
xfpm_button_finalize (GObject *object)
254
254
{
255
 
    XfpmButton *button;
256
 
 
257
 
    button = XFPM_BUTTON (object);
258
 
    
259
255
    G_OBJECT_CLASS(xfpm_button_parent_class)->finalize(object);
260
256
}
261
257