[network-manager-applet] mobile: fix path to GtkBuilder file
- From: Dan Williams <dcbw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet] mobile: fix path to GtkBuilder file
- Date: Thu, 24 Feb 2011 22:45:08 +0000 (UTC)
commit 41a1f2cc46c74121f880065fca256eb8a899d7f8
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 e117d1a..ff54653 100644
--- a/src/applet-dialogs.c
+++ b/src/applet-dialogs.c
@@ -969,7 +969,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]