You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/media-plugins/deadbeef-infobar/files/deadbeef-infobar-load-gtk2-...

16 lines
575 B

diff -r b870df1b662c infobar.c
--- a/infobar.c Thu Jan 30 15:13:12 2014 +0200
+++ b/infobar.c Thu Jul 10 09:00:29 2014 +0200
@@ -333,6 +333,11 @@
.plugin.version_major = 1,
.plugin.version_minor = 4,
.plugin.type = DB_PLUGIN_MISC,
+#if !GTK_CHECK_VERSION(3, 0, 0)
+ .plugin.id = "infobar_gtk2",
+#else
+ .plugin.id = "infobar_gtk3",
+#endif
.plugin.name = "Infobar",
.plugin.descr = "Infobar plugin for DeadBeeF audio player.\nFetches and shows:\n"
"- song's lyrics;\n- artist's biography;\n- list of similar artists.\n\n"