summaryrefslogtreecommitdiff
path: root/src/trg-remote-prefs-dialog.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-18 21:23:23 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-18 21:23:23 +0000
commitd453b42def7e0864cbba4489878c351218674dd7 (patch)
tree751c8a07094f2b8f8ee9039596063e1bae60d889 /src/trg-remote-prefs-dialog.c
parentc78040dbcfe4c40304944520e0eb4b46dda1e089 (diff)
some win32 build stuff
Diffstat (limited to 'src/trg-remote-prefs-dialog.c')
-rw-r--r--src/trg-remote-prefs-dialog.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/trg-remote-prefs-dialog.c b/src/trg-remote-prefs-dialog.c
index 3926ff8..7fecd9b 100644
--- a/src/trg-remote-prefs-dialog.c
+++ b/src/trg-remote-prefs-dialog.c
@@ -109,6 +109,7 @@ static void trg_remote_prefs_dialog_get_property(GObject * object,
break;
default:
G_OBJECT_WARN_INVALID_PROPERTY_ID(object, property_id, pspec);
+ break;
}
}
@@ -125,6 +126,7 @@ static void trg_remote_prefs_dialog_set_property(GObject * object,
break;
default:
G_OBJECT_WARN_INVALID_PROPERTY_ID(object, property_id, pspec);
+ break;
}
}