aboutsummaryrefslogtreecommitdiff
path: root/net/ekiga/files/patch-src_sound_handling.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'net/ekiga/files/patch-src_sound_handling.cpp')
-rw-r--r--net/ekiga/files/patch-src_sound_handling.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/ekiga/files/patch-src_sound_handling.cpp b/net/ekiga/files/patch-src_sound_handling.cpp
deleted file mode 100644
index 8af2fe631bbc..000000000000
--- a/net/ekiga/files/patch-src_sound_handling.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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);