Hola,

Cita de Rafael Ferreira <[EMAIL PROTECTED]>:

> Hey Joshua,
>
> Ah also, I have a patch to the bookmarking logic that makes it behave
> more like a web browser (where the "Add/Edit bookmark" options are
> always available). I'll send that to you next.

I sent a miniPatch some time ago that fixed that... but no one seemed to care. I
resubmit it.

Cheers, Mario
-- 
Index: browser.cs
===================================================================
--- browser.cs	(revisión: 42036)
+++ browser.cs	(copia de trabajo)
@@ -122,6 +122,8 @@
 	bool HoldCtrl;
 
 	[Glade.Widget] MenuItem bookmarksMenu;
+	[Glade.Widget] MenuItem add_bookmark1;
+	[Glade.Widget] MenuItem edit_bookmarks1;
 
 	[Glade.Widget] VBox help_container;
 	
@@ -1166,6 +1168,8 @@
 		foreach (Widget w in aux.Children)
 			aux.Remove (w);
 
+		aux.Append(add_bookmark1);
+		aux.Append(edit_bookmarks1);
 
 		if (bookList.Count > 0) {
 			MenuItem aux2 = new SeparatorMenuItem ();

Attachment: Changelog
Description: Binary data

_______________________________________________
Mono-docs-list maillist  -  Mono-docs-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-docs-list

Reply via email to