Merge lp:~lzap/decibel-audio-player/decibel-audio-player-import-fix into lp:decibel-audio-player

Proposed by Lukáš Zapletal
Status: Needs review
Proposed branch: lp:~lzap/decibel-audio-player/decibel-audio-player-import-fix
Merge into: lp:decibel-audio-player
Diff against target: 12 lines (+1/-1)
1 file modified
src/modules/DesktopNotification.py (+1/-1)
To merge this branch: bzr merge lp:~lzap/decibel-audio-player/decibel-audio-player-import-fix
Reviewer Review Type Date Requested Status
Anonym25712 Pending
Review via email: mp+112543@code.launchpad.net
To post a comment you must log in.

Unmerged revisions

178. By Lukas Zapletal <email address hidden>

#1018800 - fixing import for DekstopNotification module

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/modules/DesktopNotification.py'
--- src/modules/DesktopNotification.py 2011-08-18 09:01:47 +0000
+++ src/modules/DesktopNotification.py 2012-06-28 11:28:29 +0000
@@ -206,7 +206,7 @@
206206
207 def onBtnHelp(self, btn):207 def onBtnHelp(self, btn):
208 """ Display a small help message box """208 """ Display a small help message box """
209 import gui, media209 import gui.help, media
210210
211 helpDlg = gui.help.HelpDlg(MOD_INFO[modules.MODINFO_L10N])211 helpDlg = gui.help.HelpDlg(MOD_INFO[modules.MODINFO_L10N])
212 helpDlg.addSection(_('Description'),212 helpDlg.addSection(_('Description'),

Subscribers

People subscribed via source and target branches

to all changes: