[network-manager-applet/NMA_0_8] mobile: fix path to GtkBuilder file



commit 4096c518a94c19f4f612435498b39f47708b979a
Author: Dan Williams <dcbw redhat com>
Date:   Thu Feb 24 16:41:12 2011 -0600

    mobile: fix path to GtkBuilder file
    
    Cause the mobile broadband PIN dialog to fail.

 src/applet-dialogs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/applet-dialogs.c b/src/applet-dialogs.c
index 15960fb..4fbadf5 100644
--- a/src/applet-dialogs.c
+++ b/src/applet-dialogs.c
@@ -905,7 +905,7 @@ applet_mobile_pin_dialog_new (const char *title,
 
 	builder = gtk_builder_new ();
 
-	if (!gtk_builder_add_from_file (builder, "applet.ui", &error)) {
+	if (!gtk_builder_add_from_file (builder, UIDIR "/applet.ui", &error)) {
 		g_warning ("Couldn't load builder file: %s", error->message);
 		g_error_free (error);
 		g_object_unref (builder);



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