Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorEduardo Lima <eduardo.lima@indt.org.br>2007-04-30 15:16:07 (GMT)
committer Eduardo de Barros Lima <eblima@src.gnome.org>2007-04-30 15:16:07 (GMT)
commit4503ce8e24756884b0992c0717dc127d67d9f981 (patch)
treeffddf348080dd25fa1cb75fc61ac261952dbb52d /ChangeLog
parent42136586e9d7f6b52c667eff258de8e649806778 (diff)
Use ev_application_open_uri_at_dest instead of ev_application_open_uri
2007-04-30 Eduardo Lima <eduardo.lima@indt.org.br> * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use ev_application_open_uri_at_dest instead of ev_application_open_uri preventing new document always being opened in a new window even if there is an empty window. svn path=/trunk/; revision=2429
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fa91ddd..c7e6c2a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-04-30 Eduardo Lima <eduardo.lima@indt.org.br>
+
+ * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
+ ev_application_open_uri_at_dest instead of ev_application_open_uri
+ preventing new document always being opened in a new window even if there
+ is an empty window.
+
2007-04-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* cut-n-paste/recent-files/egg-recent-view-uimanager.c: