[accounts-dialog] Look for ui files in the right spot



commit edadfbb089a0982575ed1191a963e6d8488ea0c1
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Jan 20 22:46:40 2010 -0500

    Look for ui files in the right spot

 src/um-language-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/um-language-dialog.c b/src/um-language-dialog.c
index ce5528e..0db603d 100644
--- a/src/um-language-dialog.c
+++ b/src/um-language-dialog.c
@@ -442,7 +442,7 @@ um_language_dialog_new (void)
 
         builder = gtk_builder_new ();
 
-        filename = DATADIR "/" PACKAGE_NAME "/language-dialog.ui";
+        filename = UIDIR "/language-dialog.ui";
         if (!g_file_test (filename, G_FILE_TEST_EXISTS))
                 filename = "../data/language-dialog.ui";
         if (!gtk_builder_add_from_file (builder, filename, &error)) {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]