On 09.09.2009 06:46, Steve Borho wrote: > Forwarding to appropriate list :-) > > > ---------- Forwarded message ---------- > From: Steve Borho <st...@borho.org> > Date: Tue, Sep 8, 2009 at 11:28 PM > Subject: [PATCH] Menu bar example > To: mercurial-de...@selenic.com
The forwarding seems to have transformed the email into using some very funny encoding: <snip1> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <snip1/> <snip2> # HG changeset patch # User Steve Borho <st...@borho.org> # Date 1252469635 18000 # Node ID 258118fdf801dd1be81ed98c4e6b6753890472be # Parent =A01d26e04101671caef8e7df927dafde53aa73d6c5 Menu bar example diff -r 1d26e0410167 -r 258118fdf801 hggtk/commit.py --- a/hggtk/commit.py =A0 Tue Sep 08 20:32:31 2009 -0500 +++ b/hggtk/commit.py =A0 Tue Sep 08 23:13:55 2009 -0500 @@ -19,7 +19,7 @@ =A0from mercurial import ui, hg, util, patch, cmdutil =A0from thgutil.i18n import _ -from thgutil import shlib, hglib +from thgutil import shlib, hglib, paths =A0from hggtk.status import GStatus, FM_STATUS, FM_CHECKED, FM_PATH_UTF8 =A0from hggtk.status import DM_REJECTED, DM_CHUNK_ID @@ -159,6 +159,56 @@ =A0 =A0 =A0 =A0 self.opts['check'] =3D False + =A0 =A0def get_menu_bar(self): + =A0 =A0 =A0 =A0menubar =3D gtk.MenuBar() + =A0 =A0 =A0 =A0menus =3D [ + =A0 =A0 =A0 =A0 =A0(_('Launch'), False, False, + =A0 =A0 =A0 =A0 =A0 [(_('Changelog'), self.launch, ['log'], 'menulog.ico'= ), + =A0 =A0 =A0 =A0 =A0 =A0(_('Datamine'), self.launch, ['datamine'], 'menure= pobrowse.ico'), <snip2/> I'm trying to import from the mercurial-de...@selenic.com email now ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Tortoisehg-develop mailing list Tortoisehg-develop@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop