Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorEmil Soleyman <emil@nishra.com>2008-03-29 21:24:55 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2008-03-29 21:24:55 (GMT)
commit3937a33dfda49381aae84fe3f37f08f2dd9244c0 (patch)
tree20b380d4851979b7e9f8f294ad7d3e721bfee569 /ChangeLog
parent3b505882baf411a0282c32f127d5decbb2085fd7 (diff)
Reuse g_app_info_launch_default_for_uri to save some code and fix bug
2008-03-30 Emil Soleyman <emil@nishra.com> * shell/ev-window.c: (launch_external_uri): Reuse g_app_info_launch_default_for_uri to save some code and fix bug #525009. svn path=/trunk/; revision=2983
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index aafbea0..001f6f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-03-30 Emil Soleyman <emil@nishra.com>
+
+ * shell/ev-window.c: (launch_external_uri):
+
+ Reuse g_app_info_launch_default_for_uri to
+ save some code and fix bug #525009.
+
2008-03-24 Wouter Bolsterlee <wbolster@svn.gnome.org>
* shell/ev-window.c (image_save_dialog_response_cb):
@@ -10,7 +17,7 @@
Add a configure option to enable/diable DBus. Patch by RĂ©mi
Cardona. Fixes bug 521797.
-
+
2008-03-22 Carlos Garcia Campos <carlosgc@gnome.org>
* backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):