[Mono-docs-list] Bookmarks patch

Mario Sopena Mario Sopena <mario.sopena@gmail.com>
Tue, 22 Mar 2005 00:54:40 +0100


------=_Part_2156_22964784.1111449280264
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hello,

  This is a really little patch for the annoying menu entries that
disappear from the Bookmarks menu when you add a new bookmark.

Ok to commit?

Mario

------=_Part_2156_22964784.1111449280264
Content-Type: text/x-patch; name="browser.diff"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment; filename="browser.diff"

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

------=_Part_2156_22964784.1111449280264
Content-Type: application/octet-stream; name="Changelog"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="Changelog"

MjAwNS0wMy0yMiBNYXJpbyBTb3BlbmEgTm92YWxlcyA8bWFyaW8uc29wZW5hQGdtYWlsLmNvbT4K
CgkqIGJyb3dzZXIvYnJvd3Nlci5jczogUmVwYWlyIHRoZSBkaXNhcHBlYXJpbmcgbWVudSBpdGVt
cyBvZiBCb29rbWFya3MgbWVudQo=
------=_Part_2156_22964784.1111449280264--