From a2ed2060e3a3ca5f44e38f632eb03bde6cb829c3 Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Tue, 1 Feb 2005 18:55:00 +0000 Subject: Unbreak on 5.x and 6.0 based on [1]. Remove broken and depricated. Take maintainership. Do some portlint petting. Sort plist. PR: 68022 Submitted by: Paul Seniura --- net/ekiga/files/patch-src_sound_handling.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/ekiga/files/patch-src_sound_handling.cpp (limited to 'net/ekiga/files/patch-src_sound_handling.cpp') diff --git a/net/ekiga/files/patch-src_sound_handling.cpp b/net/ekiga/files/patch-src_sound_handling.cpp new file mode 100644 index 000000000000..8af2fe631bbc --- /dev/null +++ b/net/ekiga/files/patch-src_sound_handling.cpp @@ -0,0 +1,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); -- cgit v1.2.3