freebsd-ports/multimedia/gxmms/files/patch-src-interface.c
Martin Wilke 92afdc5c66 - Fix build
PR:		123057
Submitted by:	Ganael Laplanche <ganael.laplanche@martymac.com>
Approved by:	maintainer
2008-04-28 17:20:25 +00:00

11 lines
384 B
C

--- src/interface.c.orig 2008-04-24 15:30:43.000000000 +0200
+++ src/interface.c 2008-04-24 15:31:31.000000000 +0200
@@ -224,7 +224,7 @@
gdouble width;
GtkWidget *progress;
BonoboUIComponent *popup;
- gchar info[256] = _("No track");
+ gchar info[256] = "No track";
progress = xmms->track_control.progress;
if (!xmms_remote_is_running(xmms->session))