diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-25 15:49:43 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-25 15:49:43 +0000 |
commit | 0fad9f3324c75cb5599e691b51d63121af33e18f (patch) | |
tree | 6df65b1766937ab9c456bcf375cb42e3572e6040 /audio/gmpc/files/patch-src-playlist2.c | |
parent | - Respect CFLAGS (diff) |
- Update to 0.11.1
- Install french translation
PR: ports/69541
Submitted by: Mark Daniel Reidel <ports@mark.reidel.info> (maintainer)
Diffstat (limited to 'audio/gmpc/files/patch-src-playlist2.c')
-rw-r--r-- | audio/gmpc/files/patch-src-playlist2.c | 14 |
1 files changed, 14 insertions, 0 deletions
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 |