[accounts-dialog] Remove debug code



commit b7905f3a47c32caf1a84e85ec96576692d0da8d2
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Mar 1 13:52:21 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 7fd70ad..e3a1d59 100644
--- a/src/um-password-dialog.c
+++ b/src/um-password-dialog.c
@@ -598,10 +598,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]