From f5fe60d8133ab3c7ca75fd80ed1c8d02d5e68e70 Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Fri, 4 Feb 2011 12:17:21 +0000 Subject: big thanks to charles for the feedback and patches! fixes for building against older libnotify (issue 1+4), use AM_SILENT_RULES (6), compiler warning fixes (5), use GDK_Delete instead of GDK_KEY_Delete (3) --- src/trg-remote-prefs-dialog.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/trg-remote-prefs-dialog.c') diff --git a/src/trg-remote-prefs-dialog.c b/src/trg-remote-prefs-dialog.c index 2a42224..89aefab 100644 --- a/src/trg-remote-prefs-dialog.c +++ b/src/trg-remote-prefs-dialog.c @@ -147,7 +147,8 @@ static void update_session(GtkDialog * dlg) } static void -trg_remote_prefs_response_cb(GtkDialog * dlg, gint res_id, gpointer data) +trg_remote_prefs_response_cb(GtkDialog * dlg, gint res_id, + gpointer data G_GNUC_UNUSED) { if (res_id == GTK_RESPONSE_ACCEPT) { update_session(dlg); @@ -522,7 +523,8 @@ trg_remote_prefs_dialog_class_init(TrgRemotePrefsDialogClass * klass) G_PARAM_STATIC_BLURB)); } -static void trg_remote_prefs_dialog_init(TrgRemotePrefsDialog * self) +static void +trg_remote_prefs_dialog_init(TrgRemotePrefsDialog * self G_GNUC_UNUSED) { } -- cgit v1.2.3