blob: 951162573a7eab96a8c205bb69b661f8eeba8eb6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
diff -uprN clients.orig/gnome/gdownman/gdownman.c clients/gnome/gdownman/gdownman.c
--- clients.orig/gnome/gdownman/gdownman.c 2005-02-20 13:28:00.682539288 +0100
+++ clients/gnome/gdownman/gdownman.c 2005-02-20 13:32:41.778806160 +0100
@@ -781,6 +781,7 @@ gdownman_select_matched (GtkWidget *call
break;
default:
+ ;
}
gtk_widget_destroy(dialog);
diff -uprN clients.orig/gnome/gdownman/new-project.c clients/gnome/gdownman/new-project.c
--- clients.orig/gnome/gdownman/new-project.c 2005-02-20 13:28:00.684538984 +0100
+++ clients/gnome/gdownman/new-project.c 2005-02-20 13:35:32.724818416 +0100
@@ -201,6 +201,7 @@ new_project_response_cb (GtkDialog *dial
break;
default:
+ ;
}
gtk_widget_destroy (GTK_WIDGET (dialog));
diff -uprN clients.orig/gnome/gdownman/new-url.c clients/gnome/gdownman/new-url.c
--- clients.orig/gnome/gdownman/new-url.c 2005-02-20 13:28:00.682539288 +0100
+++ clients/gnome/gdownman/new-url.c 2005-02-20 13:34:19.128006832 +0100
@@ -227,6 +227,7 @@ new_url_response_cb (GtkDialog *dialog,
break;
default:
+ ;
}
gtk_widget_destroy (GTK_WIDGET (dialog));
diff -uprN clients.orig/gnome/monitor/dmgmonitor.c clients/gnome/monitor/dmgmonitor.c
--- clients.orig/gnome/monitor/dmgmonitor.c 2005-02-20 13:28:00.685538832 +0100
+++ clients/gnome/monitor/dmgmonitor.c 2005-02-20 13:28:08.049419352 +0100
@@ -277,6 +277,7 @@ void dmgmonitor_download_new(GtkWidget *
break;
default:
+ ;
}
gtk_widget_destroy(dialog);
|