[accounts-dialog] Remove debug code



commit 06f07ac9d271a950e0e512d569e5a673f4d9e1c9
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Feb 4 21:44:19 2010 -0500

    Remove debug code

 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 a39df87..e6c47ff 100644
--- a/src/um-password-dialog.c
+++ b/src/um-password-dialog.c
@@ -499,10 +499,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]