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
1=== modified file 'src/modules/DesktopNotification.py'
2--- src/modules/DesktopNotification.py 2011-08-18 09:01:47 +0000
3+++ src/modules/DesktopNotification.py 2012-06-28 11:28:29 +0000
4@@ -206,7 +206,7 @@
5
6 def onBtnHelp(self, btn):
7 """ Display a small help message box """
8- import gui, media
9+ import gui.help, media
10
11 helpDlg = gui.help.HelpDlg(MOD_INFO[modules.MODINFO_L10N])
12 helpDlg.addSection(_('Description'),

Subscribers

People subscribed via source and target branches

to all changes: