diff options
Diffstat (limited to 'audio/rhythmbox')
-rw-r--r-- | audio/rhythmbox/files/patch-shell_main.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/rhythmbox/files/patch-shell_main.c b/audio/rhythmbox/files/patch-shell_main.c new file mode 100644 index 000000000..3d612ad04 --- /dev/null +++ b/audio/rhythmbox/files/patch-shell_main.c @@ -0,0 +1,11 @@ +--- shell/main.c.orig Sat Dec 31 14:09:43 2005 ++++ shell/main.c Sat Dec 31 14:09:54 2005 +@@ -266,7 +266,7 @@ main (int argc, char **argv) + G_TYPE_STRING, + "org.gnome.Rhythmbox", + G_TYPE_UINT, +- DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT, ++ DBUS_NAME_FLAG_DO_NOT_QUEUE, + G_TYPE_INVALID, + G_TYPE_UINT, + &request_name_reply, |