[Xfce4-commits] [xfce/xfce4-power-manager] 13/14: Fix compiler warnings in settings dialog
noreply at xfce.org
noreply at xfce.org
Sun Jul 27 13:04:15 CEST 2014
This is an automated email from the git hooks/post-receive script.
hjudt pushed a commit to branch master
in repository xfce/xfce4-power-manager.
commit d73900291384265b7b7aa769122a7da8d9ec8554
Author: Eric Koegel <eric.koegel at gmail.com>
Date: Sun Jul 27 12:59:31 2014 +0200
Fix compiler warnings in settings dialog
Signed-off-by: Harald Judt <h.judt at gmx.at>
---
settings/xfpm-settings.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/settings/xfpm-settings.c b/settings/xfpm-settings.c
index 884a593..9963a16 100644
--- a/settings/xfpm-settings.c
+++ b/settings/xfpm-settings.c
@@ -174,7 +174,10 @@ void lock_screen_toggled_cb (GtkWidget *w,
static void view_cursor_changed_cb (GtkTreeView *view,
gpointer *user_data);
-
+void on_ac_sleep_mode_changed_cb (GtkWidget *w,
+ XfconfChannel *channel);
+void on_battery_sleep_mode_changed_cb (GtkWidget *w,
+ XfconfChannel *channel);
void brightness_level_on_ac (GtkWidget *w, XfconfChannel *channel)
@@ -1345,7 +1348,6 @@ xfpm_settings_advanced (XfconfChannel *channel, gboolean auth_suspend,
GtkWidget *critical_level;
GtkWidget *lock;
GtkWidget *label;
- GtkWidget *sleep_mode;
GtkWidget *brg_handle_keys;
/*
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list