Skip to content

Commit

Permalink
Windows: Mandatory notification extension (pull request 72)
Browse files Browse the repository at this point in the history
  • Loading branch information
smunkel authored and thp committed Mar 27, 2013
1 parent de4ec68 commit 6b87dd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion share/gpodder/extensions/gtk_statusicon.py
Expand Up @@ -12,7 +12,7 @@
__description__ = _('Show a status icon for Gtk-based Desktops.')
__category__ = 'desktop-integration'
__only_for__ = 'gtk'
__disable_in__ = 'unity'
__disable_in__ = 'unity,win32'

import gtk
import os.path
Expand Down
1 change: 1 addition & 0 deletions share/gpodder/extensions/notification-win32.py
Expand Up @@ -24,6 +24,7 @@
__description__ = 'Display notification bubbles for different events.'
__authors__ = 'Sean Munkel <SeanMunkel@gmail.com>'
__category__ = 'desktop-integration'
__mandatory_in__ = 'win32'
__only_for__ = 'win32'

import functools
Expand Down

0 comments on commit 6b87dd7

Please sign in to comment.