Merge lp:~asac/gwibber/xdg_data_dirs_typo into lp:gwibber/1.2

Proposed by Alexander Sack
Status: Merged
Merged at revision: not available
Proposed branch: lp:~asac/gwibber/xdg_data_dirs_typo
Merge into: lp:gwibber/1.2
Diff against target: None lines
To merge this branch: bzr merge lp:~asac/gwibber/xdg_data_dirs_typo
Reviewer Review Type Date Requested Status
Dominic Evans (community) Approve
Review via email: mp+5516@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Alexander Sack (asac) wrote :

typo that broke gwibber startup for me.

Revision history for this message
Dominic Evans (oldmanuk) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'gwibber/resources.py'
2--- gwibber/resources.py 2009-04-12 05:40:06 +0000
3+++ gwibber/resources.py 2009-04-14 13:10:31 +0000
4@@ -28,7 +28,7 @@
5 p = os.path.join(LAUNCH_DIR, "gwibber.desktop")
6 if os.path.exists(p): return p
7
8- for base in DATA__BASE_DIRS:
9+ for base in DATA_BASE_DIRS:
10 p = os.path.join(base, "applications", "gwibber.desktop")
11 if os.path.exists(p): return p
12

Subscribers

People subscribed via source and target branches