summaryrefslogtreecommitdiff
path: root/ChangeLog-20000414
diff options
context:
space:
mode:
authorJohn Sullivan <sullivan@src.gnome.org>2000-03-24 01:44:10 +0000
committerJohn Sullivan <sullivan@src.gnome.org>2000-03-24 01:44:10 +0000
commitd316c0cca9b14e38648f5fbafbe9cb8505204334 (patch)
tree2a2e0278207f1cf2c89284697c0cdea5c3199c49 /ChangeLog-20000414
parentbe3fd0e5e3be46c630bca31c9339494ab37330d3 (diff)
downloadnautilus-d316c0cca9b14e38648f5fbafbe9cb8505204334.tar.gz
Added sample menu item and toolbar button to sample content view component.
Diffstat (limited to 'ChangeLog-20000414')
-rw-r--r--ChangeLog-2000041430
1 files changed, 30 insertions, 0 deletions
diff --git a/ChangeLog-20000414 b/ChangeLog-20000414
index e2a9e10ff..89dfd86c7 100644
--- a/ChangeLog-20000414
+++ b/ChangeLog-20000414
@@ -1,5 +1,35 @@
2000-03-23 John Sullivan <sullivan@eazel.com>
+ Put sample merged menu item and merged toolbar item
+ into sample component.
+
+ * components/sample/nautilus_sample_content_view.c:
+ (sample_notify_location_change_cb): Changed name to
+ sample_notify_location_change_callback and changed
+ parameter name "view" to "view_frame" and "sample"
+ to "view" to match other uses; added assert that
+ view's view_frame is the same as parameter view_frame.
+ (nautilus_sample_content_view_initialize): Added signal
+ connection for bonobo control activation.
+ (nautilus_sample_content_view_load_uri): Made the displayed
+ text include an explanatory sentence in addition to the uri,
+ so Nautilus users will be more likely to understand what this
+ thing is.
+ (bonobo_sample_callback): New function, changes the sentence
+ displayed with the uri based on callback caller (menu item or
+ toolbar button).
+ (sample_merge_bonobo_items_callback): New function, creates one
+ sample merged menu item and one sample merged toolbar button,
+ whose callback functions are both bonobo_sample_callback.
+
+ * src/file-manager/fm-directory-view.c:
+ (bonobo_control_activate_cb): Removed never-called "state == FALSE"
+ case, added comment.
+ (fm_directory_view_real_merge_menus): Removed #if 0'ed sample
+ toolbar button, now that there's one in the sample component.
+
+2000-03-23 John Sullivan <sullivan@eazel.com>
+
* src/file-manager/fm-directory-view.c:
(fm_directory_view_real_merge_menus): Put in a commented-out
sample merged toolbar button, as a starting point for the