aboutsummaryrefslogtreecommitdiff
path: root/net/ekiga/files/patch-src_sound_handling.cpp
blob: 8af2fe631bbcd7f513ab6bb745afc9860d0fa904 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/sound_handling.cpp.orig	Thu Jan 27 14:47:01 2005
+++ src/sound_handling.cpp	Thu Jan 27 14:57:07 2005
@@ -466,7 +466,7 @@
       dialog =
 	gtk_dialog_new_with_buttons ("Audio test running...",
 				     GTK_WINDOW (gw->druid_window),
-				     (enum GtkDialogFlags) (GTK_DIALOG_DESTROY_WITH_PARENT),
+				     (GtkDialogFlags) (GTK_DIALOG_DESTROY_WITH_PARENT),
 				     GTK_STOCK_OK,
 				     GTK_RESPONSE_ACCEPT,
 				     NULL);