Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2007-05-04 15:14:02 (GMT)
committer Ross Burton <rburton@src.gnome.org>2007-05-04 15:14:02 (GMT)
commitc31fd74da4f237f783d2fc2ef7c614cf5db7ba28 (patch)
tree0fd4c978fcbc6d5670cce953c4814dfb6e806c35 /ChangeLog
parentb97df17e5b2d540896e14398a6291a79440e7e2a (diff)
Don't use libgnome to open help, instead call Yelp directly.
2007-05-04 Ross Burton <ross@openedhand.com> * shell/ev-window.c: Don't use libgnome to open help, instead call Yelp directly. svn path=/trunk/; revision=2435
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8aace31..99c8bb1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-05-04 Ross Burton <ross@openedhand.com>
+ * shell/ev-window.c:
+ Don't use libgnome to open help, instead call Yelp directly.
+
+2007-05-04 Ross Burton <ross@openedhand.com>
+
* shell/ev-sidebar-attachments.c:
Don't use libgnome to lookup icons for MIME types, instead copy
code from GTK+ to do it manually.