[gcalctool] Fix disabled help menu
- From: Robert Ancell <rancell src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gcalctool] Fix disabled help menu
- Date: Mon, 31 Aug 2009 00:06:44 +0000 (UTC)
commit 24969a06cd5b171fd4f247ca1143b1a6d75c04da
Author: Robert Ancell <robert ancell gmail com>
Date: Mon Aug 31 10:06:37 2009 +1000
Fix disabled help menu
ChangeLog | 1 +
src/gtk.c | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index d48424e..0f21126 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,7 @@ gcalctool change history.
2009-08-31 Robert Ancell <robert ancell gmail com>
* Fix base conversions (Robert Ancell)
+ * Fix disabled help menu (Robert Ancell)
2009-08-28 Robert Ancell <robert ancell gmail com>
diff --git a/src/gtk.c b/src/gtk.c
index 610c494..fc1804b 100644
--- a/src/gtk.c
+++ b/src/gtk.c
@@ -1538,7 +1538,7 @@ help_display(void)
GError *error = NULL;
screen = gtk_widget_get_screen (GTK_WIDGET (X.main_window));
- //gtk_show_uri (screen, "ghelp:gcalctool", gtk_get_current_event_time (), &error);
+ gtk_show_uri (screen, "ghelp:gcalctool", gtk_get_current_event_time (), &error);
if (error != NULL)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]