[libgnomekbd] Fixing building on macos x
- From: Sergey V. Udaltsov <svu src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [libgnomekbd] Fixing building on macos x
- Date: Mon, 14 Sep 2009 19:30:47 +0000 (UTC)
commit ccebd192d7d017e6e7d6ccb34c53fcfaa0c99c07
Author: Sergey V. Udaltsov <svu gnome org>
Date: Mon Sep 14 20:30:08 2009 +0100
Fixing building on macos x
https://bugzilla.gnome.org/show_bug.cgi?id=595113
ChangeLog | 5 +++++
capplet/gkbd-indicator-plugins-capplet.c | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 15e45b8..42189cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-09-14 svu
+
+ * capplet/gkbd-indicator-plugins-capplet.c: fixing compiling on macos,
+ https://bugzilla.gnome.org/show_bug.cgi?id=595113
+
2009-08-25 svu
* NEWS, configure.in: preparing 2.27.91
diff --git a/capplet/gkbd-indicator-plugins-capplet.c b/capplet/gkbd-indicator-plugins-capplet.c
index 1f2b1de..9058fbc 100644
--- a/capplet/gkbd-indicator-plugins-capplet.c
+++ b/capplet/gkbd-indicator-plugins-capplet.c
@@ -252,7 +252,7 @@ CappletResponse (GtkDialog * dialog, gint response)
GTK_DIALOG_DESTROY_WITH_PARENT,
GTK_MESSAGE_ERROR,
GTK_BUTTONS_CLOSE,
- _
+ "%s", _
("Unable to open help file"));
gtk_message_dialog_format_secondary_text
(GTK_MESSAGE_DIALOG (d), "%s", error->message);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]