~ubuntu-branches/ubuntu/utopic/gmusicbrowser/utopic

« back to all changes in this revision

Viewing changes to plugins/notify.pm

  • Committer: Package Import Robot
  • Author(s): Sean Davis
  • Date: 2014-09-27 00:21:23 UTC
  • mfrom: (15.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20140927002123-2sm7ceitmqipgeer
Tags: 1.1.13~ds0-1ubuntu1
* Merge from debian unstable. (LP: #1374682)
* debian/control:
  - Add libgtk2-appindicator-perl to Suggests for plugin support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
        $::Command{PopupNotify}=[\&Changed,_"Popup notify window"];
41
41
}
42
42
sub Stop
43
 
{       $notify=undef;
 
43
{       ::UnWatch_all($notify);
 
44
        $notify=undef;
44
45
        delete $::Command{PopupNotify};
45
46
}
46
47