aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-08-25 05:06:29 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-08-25 05:06:29 +0800
commit277ddb9abe16ba5627f8979faac838ef988b8d3c (patch)
tree0839aac08079d9dbba46449415fee5df5e3e241c /shell/ChangeLog
parent323d882bde478717181cda916b91f9e303c0f99b (diff)
downloadgsoc2013-evolution-277ddb9abe16ba5627f8979faac838ef988b8d3c.tar
gsoc2013-evolution-277ddb9abe16ba5627f8979faac838ef988b8d3c.tar.gz
gsoc2013-evolution-277ddb9abe16ba5627f8979faac838ef988b8d3c.tar.bz2
gsoc2013-evolution-277ddb9abe16ba5627f8979faac838ef988b8d3c.tar.lz
gsoc2013-evolution-277ddb9abe16ba5627f8979faac838ef988b8d3c.tar.xz
gsoc2013-evolution-277ddb9abe16ba5627f8979faac838ef988b8d3c.tar.zst
gsoc2013-evolution-277ddb9abe16ba5627f8979faac838ef988b8d3c.zip
New struct `View'. Replace `uri_to_control' in `EShellViewPrivate' with
* e-shell-view.c: New struct `View'. Replace `uri_to_control' in `EShellViewPrivate' with `uri_to_view'. (view_new): New. (hash_forall_destroy_view): New, replacing `hash_forall_destroy_control'. (destroy): Updated to match the uri_to_control -> uri_to_view changes. (socket_destroy_cb): Likewise. (get_view_for_uri): Renamed from `get_control_for_uri'. Return a View instead of a GtkWidget. (show_existing_view): Updated to use `get_view_from_uri', get a @view instead of a @control. (e_shell_view_display_uri): Updated to use `uri_to_view' instead of `uri_to_control'. (e_shell_view_remove_control_for_uri): Likewise. svn path=/trunk/; revision=12457
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index b8c641d670..c1df4d31b3 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,23 @@
2001-08-24 Ettore Perazzoli <ettore@ximian.com>
+ * e-shell-view.c: New struct `View'. Replace `uri_to_control' in
+ `EShellViewPrivate' with `uri_to_view'.
+ (view_new): New.
+ (hash_forall_destroy_view): New, replacing
+ `hash_forall_destroy_control'.
+ (destroy): Updated to match the uri_to_control -> uri_to_view
+ changes.
+ (socket_destroy_cb): Likewise.
+ (get_view_for_uri): Renamed from `get_control_for_uri'. Return a
+ View instead of a GtkWidget.
+ (show_existing_view): Updated to use `get_view_from_uri', get a
+ @view instead of a @control.
+ (e_shell_view_display_uri): Updated to use `uri_to_view' instead
+ of `uri_to_control'.
+ (e_shell_view_remove_control_for_uri): Likewise.
+
+2001-08-24 Ettore Perazzoli <ettore@ximian.com>
+
* e-shell-view.c (update_folder_title_bar): Changed to get a
@title and a @type.
(update_for_current_uri): Updated accordingly.