Re: [mlview-list] New document dialog



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ï wrote:
> Hello,
> 
> I've just commited patch-19 which contain a rework of the New Document
> dialog. This fixes bug #154731.
> 
> Regards.
> 
> 
> 
> 


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




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]