Re: New document dialog

Dodji Seketeli <[email protected]> Sun, 14 Nov 2004 10:29:51 +0100
Newsgroups gmane.editors.mlview.devel
Message-ID <[email protected]>
Hello Philippe,

I have star-merge'd your patch into mlview--main--0.8.

However, I have made some light changes. You use
gtk_combo_box_get_active_text(), which is available in gtk+ 2.6
only (gnome 2.8) , whereas a lot of our users are still in gtk 2.4
(gnome 2.6). I have then added the method
mlview_utils_combo_box_get_active_text() that does the same thing as
gtk_combo_box_get_active_text() but on a gtk+ 2.4 code base.
When when we switch to gtk+ 2.6, the gtk_combo_box_get_active_text() will=
 be
used automatically.
The side effect of this is that the code compiles on gtk 2.4 now.

Thank you for your time and dedication, the patch looks good to me and
is in mlview--main--0.8 for now.

Cheers,

Dodji.

On Thu, Nov 11, 2004 at 08:11:49PM +0100, Philippe Mecha=EF wrote:
> Hello,
>=20
> I've just commited patch-19 which contain a rework of the New Document
> dialog. This fixes bug #154731.
>=20
> Regards.
>=20
>=20
>=20
>=20


> _______________________________________________
> Mlview-list mailing list
> [email protected]
> http://mail.gnome.org/mailman/listinfo/mlview-list