Merge lp:~marvil07/do-plugins/gpodder into lp:~iwanvanderkleijn/do-plugins/gpodder

Proposed by marvil07
Status: Needs review
Proposed branch: lp:~marvil07/do-plugins/gpodder
Merge into: lp:~iwanvanderkleijn/do-plugins/gpodder
Diff against target: 19 lines (+2/-2)
1 file modified
Gpodder/src/GpodderDBus.cs (+2/-2)
To merge this branch: bzr merge lp:~marvil07/do-plugins/gpodder
Reviewer Review Type Date Requested Status
Do Plugins Team Pending
Review via email: mp+17204@code.launchpad.net
To post a comment you must log in.
Revision history for this message
marvil07 (marvil07) wrote :

hey, thanks for the plugin :-)

Thomas fix a typo in gpodder side that make the plugin side alse fix that typo in dbus name, so I changed it on this branch.

Revision history for this message
marvil07 (marvil07) wrote :

Unmerged revisions

677. By marvil07

fix typo, to sync gpodder upstream value which fix that typo

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Gpodder/src/GpodderDBus.cs'
2--- Gpodder/src/GpodderDBus.cs 2009-11-25 09:32:50 +0000
3+++ Gpodder/src/GpodderDBus.cs 2010-01-12 06:37:12 +0000
4@@ -51,7 +51,7 @@
5 #region Constants
6
7 private const string OBJECT_PATH = "/podcasts"; //"/gui";
8- private const string BUS_NAME = "org.godder";
9+ private const string BUS_NAME = "org.gpodder";
10
11 #endregion
12
13@@ -213,4 +213,4 @@
14
15 #endregion
16 }
17-}
18\ No newline at end of file
19+}

Subscribers

People subscribed via source and target branches

to all changes: