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
=== modified file 'Gpodder/src/GpodderDBus.cs'
--- Gpodder/src/GpodderDBus.cs 2009-11-25 09:32:50 +0000
+++ Gpodder/src/GpodderDBus.cs 2010-01-12 06:37:12 +0000
@@ -51,7 +51,7 @@
51#region Constants51#region Constants
5252
53 private const string OBJECT_PATH = "/podcasts"; //"/gui";53 private const string OBJECT_PATH = "/podcasts"; //"/gui";
54 private const string BUS_NAME = "org.godder";54 private const string BUS_NAME = "org.gpodder";
5555
56#endregion56#endregion
5757
@@ -213,4 +213,4 @@
213 213
214#endregion214#endregion
215 }215 }
216}
217\ No newline at end of file216\ No newline at end of file
217}

Subscribers

People subscribed via source and target branches

to all changes: