summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/aumix/files/aumix-2.8-close-dialogs.patch')
-rw-r--r--media-sound/aumix/files/aumix-2.8-close-dialogs.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/media-sound/aumix/files/aumix-2.8-close-dialogs.patch b/media-sound/aumix/files/aumix-2.8-close-dialogs.patch
deleted file mode 100644
index e2d46cc86cf4..000000000000
--- a/media-sound/aumix/files/aumix-2.8-close-dialogs.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- ./src/gtk.c.tv 2003-09-04 19:18:07.000000000 +0200
-+++ ./src/gtk.c 2003-09-04 19:18:41.000000000 +0200
-@@ -425,6 +425,7 @@
- /* Get the selected filename and copy it into the global save_filename. */
- {
- save_filename = g_strdup(gtk_file_selection_get_filename(GTK_FILE_SELECTION(fs)));
-+ gtk_widget_destroy(fs);
- ErrorExitWarn(LoadSettings(), 'w');
- }
-
-@@ -432,6 +433,7 @@
- /* Get the selected filename and copy it into the global save_filename. */
- {
- save_filename = g_strdup(gtk_file_selection_get_filename(GTK_FILE_SELECTION(fs)));
-+ gtk_widget_destroy(fs);
- ErrorExitWarn(SaveSettings(), 'e');
- }
-