From 0fad9f3324c75cb5599e691b51d63121af33e18f Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sun, 25 Jul 2004 15:49:43 +0000 Subject: - Update to 0.11.1 - Install french translation PR: ports/69541 Submitted by: Mark Daniel Reidel (maintainer) --- audio/gmpc/files/patch-src-playlist2.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 audio/gmpc/files/patch-src-playlist2.c (limited to 'audio/gmpc/files/patch-src-playlist2.c') diff --git a/audio/gmpc/files/patch-src-playlist2.c b/audio/gmpc/files/patch-src-playlist2.c new file mode 100644 index 000000000000..25c213d32e55 --- /dev/null +++ b/audio/gmpc/files/patch-src-playlist2.c @@ -0,0 +1,14 @@ +--- src/playlist2.c.orig Mon Jul 12 17:46:23 2004 ++++ src/playlist2.c Sun Jul 25 17:38:51 2004 +@@ -609,10 +609,10 @@ + /* move every dragged row */ + if (gtk_tree_selection_count_selected_rows (selection) > 0) + { ++ int i = 0; + GList *list = NULL; + list = gtk_tree_selection_get_selected_rows (selection, &pl2_fil); + list = g_list_last (list); +- int i = 0; + /* start a command list */ + mpd_sendCommandListBegin (info.connection); + do -- cgit v1.2.3