]> git.pld-linux.org Git - packages/alsaplayer.git/blobdiff - alsaplayer-c++.patch
- orphaned, outdated
[packages/alsaplayer.git] / alsaplayer-c++.patch
diff --git a/alsaplayer-c++.patch b/alsaplayer-c++.patch
deleted file mode 100644 (file)
index eefa678..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
---- alsaplayer-0.99.70/interface/gtk/PlaylistWindow.cpp~       Mon May 13 15:31:56 2002
-+++ alsaplayer-0.99.70/interface/gtk/PlaylistWindow.cpp        Sun May 19 00:36:16 2002
-@@ -149,7 +149,7 @@
-       gtk_clist_freeze(GTK_CLIST(gtkpl->playlist_list));
-       if (item.title.size()) {
-               sprintf(tmp, "%s %s", item.title.c_str(),
--                      item.artist.size() ? (string("- ") + item.artist).c_str() : "");
-+                      item.artist.size() ? (std::string("- ") + item.artist).c_str() : "");
-               gtk_clist_set_text(GTK_CLIST(gtkpl->playlist_list), position,
-                               1, g_strdup(tmp));
-       }
-@@ -438,7 +438,7 @@
-                       filename = (gchar *)g_strdup(new_path);
-       if (item->title.size()) {
-               sprintf(pt, "%s %s", item->title.c_str(), 
--                      item->artist.size() ? (string("- ") + item->artist).c_str() :
-+                      item->artist.size() ? (std::string("- ") + item->artist).c_str() :
-                               "");
-       } else {
-               sprintf(pt, "%s", filename);
This page took 0.049761 seconds and 4 git commands to generate.