mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
status message with the currently playing music in Rhythmbox. If the artist and title are known, it will also attempt to create a link to the song's lyrics by using Google's "I'm Feeling Lucky" feature. Author: Jon Oberheide WWW: http://jon.oberheide.org/projects/pidgin-rhythmbox/ PR: ports/114117 Submitted by: Yuri Pankov <yuri at darklight.org.ru>
11 lines
329 B
C
11 lines
329 B
C
--- ./src/pidgin-rhythmbox.c.orig 2007-06-28 14:14:13.000000000 +0400
|
|
+++ ./src/pidgin-rhythmbox.c 2007-06-28 14:14:22.000000000 +0400
|
|
@@ -26,7 +26,7 @@
|
|
#include <string.h>
|
|
#include <glib.h>
|
|
#include <dbus/dbus.h>
|
|
-#include <dbus/dbus-glib.h>
|
|
+#include <dbus/dbus-glib-lowlevel.h>
|
|
|
|
#include "gtkplugin.h"
|
|
#include "util.h"
|