diff options
Diffstat (limited to 'comms/grig/files/patch-ab')
-rw-r--r-- | comms/grig/files/patch-ab | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/comms/grig/files/patch-ab b/comms/grig/files/patch-ab new file mode 100644 index 000000000000..e3606929be20 --- /dev/null +++ b/comms/grig/files/patch-ab @@ -0,0 +1,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)); + } |