blob: e3606929be20463a4fdef8c4056c66e297c595ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- ./src/grig-config-rig.c.orig Mon Sep 20 15:36:13 2004
+++ ./src/grig-config-rig.c Mon Sep 20 15:37:42 2004
@@ -433,6 +433,7 @@
case 1: /* Cancel */
break;
default:
+ break;
}
gnome_dialog_close (GNOME_DIALOG (dialog));
}
@@ -575,6 +576,7 @@
case 1: /* Cancel */
break;
default:
+ break;
}
gnome_dialog_close (GNOME_DIALOG (dialog));
}
|