[accounts-dialog] remove debug ifdefs
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [accounts-dialog] remove debug ifdefs
- Date: Fri, 26 Mar 2010 05:52:11 +0000 (UTC)
commit 6162812d56d9f79ecafef8787016bc7b106d4aa5
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Mar 25 16:32:13 2010 -0400
remove debug ifdefs
src/um-password-dialog.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/um-password-dialog.c b/src/um-password-dialog.c
index 5d96234..7f0f2d0 100644
--- a/src/um-password-dialog.c
+++ b/src/um-password-dialog.c
@@ -619,10 +619,8 @@ um_password_dialog_new (void)
builder = gtk_builder_new ();
error = NULL;
-#if 0
filename = UIDIR "/password-dialog.ui";
if (!g_file_test (filename, G_FILE_TEST_EXISTS))
-#endif
filename = "../data/password-dialog.ui";
if (!gtk_builder_add_from_file (builder, filename, &error)) {
g_error ("%s", error->message);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]