[accounts-dialog] Fix compilation warnings and errors
- From: Bastien Nocera <hadess src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [accounts-dialog] Fix compilation warnings and errors
- Date: Fri, 15 Jan 2010 15:26:54 +0000 (UTC)
commit def7d8231ad9eb8ae42af95fbba4959a4171f459
Author: Bastien Nocera <hadess hadess net>
Date: Fri Jan 15 15:25:57 2010 +0000
Fix compilation warnings and errors
src/main.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/src/main.c b/src/main.c
index 79983c1..4c39b44 100644
--- a/src/main.c
+++ b/src/main.c
@@ -638,7 +638,6 @@ update_delete_button (GObject *source,
static void
update_create_buttons (UserAccountDialog *d)
{
- const char *action;
PolkitSubject *subject;
subject = polkit_unix_process_new (getpid ());
@@ -879,9 +878,6 @@ setup_main_window (UserAccountDialog *d)
update_create_buttons (d);
- button = get_widget (d, "user-icon-button");
- g_signal_connect (button, "clicked", G_CALLBACK (change_icon), d);
-
button = get_widget (d, "change-name-button");
g_signal_connect (button, "clicked", G_CALLBACK (change_name), d);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]