Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2009-01-18 10:28:37 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2009-01-18 10:28:37 (GMT)
commit51e1ae36121928f84940b8e8dcb317f87157933b (patch)
treee12ff92c6a9a4fcd11af390bfbc9cd58504ea52b /ChangeLog
parenteb91327d993b9a0faa6e15c8ab93183cfed169eb (diff)
Remove dest, mode and search_string from EvJobLoad since they are not
2009-01-18 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new): * shell/ev-window.c: (ev_window_load_job_cb), (ev_window_load_job_cb), (ev_window_open_uri), (ev_window_reload_local), (ev_window_dispose): Remove dest, mode and search_string from EvJobLoad since they are not really needed by the job, but for the window. svn path=/trunk/; revision=3347
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 319aefa..ae7ec15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2009-01-18 Carlos Garcia Campos <carlosgc@gnome.org>
+
+ * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
+ * shell/ev-window.c: (ev_window_load_job_cb),
+ (ev_window_load_job_cb), (ev_window_open_uri),
+ (ev_window_reload_local), (ev_window_dispose):
+
+ Remove dest, mode and search_string from EvJobLoad since they are
+ not really needed by the job, but for the window.
+
2009-01-17 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-view.c: (ev_view_drag_data_received),