diff Plugins/Output/OSS/configure.c @ 733:3c2bb116f4db trunk

[svn] - remerge fixed version of OSS patch. Submitted by Bren <spike -at- spykes.net>
author nenolod
date Mon, 27 Feb 2006 15:43:15 -0800
parents 9783edaae2b5
children f12d7e208b43
line wrap: on
line diff
--- a/Plugins/Output/OSS/configure.c	Mon Feb 27 15:20:52 2006 -0800
+++ b/Plugins/Output/OSS/configure.c	Mon Feb 27 15:43:15 2006 -0800
@@ -153,7 +153,7 @@
                 else
                     item = gtk_menu_item_new_with_label(buffer);
                 g_signal_connect(G_OBJECT(item), "activate",
-                                 G_CALLBACK(sigfunc), (gpointer) index++);
+                                 G_CALLBACK(sigfunc), (gpointer)(long)(index++));
                 gtk_widget_show(item);
                 gtk_menu_append(GTK_MENU(menu), item);
             }