Re: abhshkrv - r33411 - in abiword/branches/gsoc2013lasem: plugins/mathview/xp src/wp/ap/gtk
Hubert Figuière <[email protected]> Tue, 17 Sep 2013 15:25:41 -0400
| Newsgroups | gmane.editors.abiword.devel |
|---|---|
| Message-ID | <[email protected]> |
On 17/09/13 03:20 PM, [email protected] wrote: > void AP_UnixDialog_Latex_Advanced::constructDialog(void) > @@ -325,7 +328,7 @@ > #if GTK_CHECK_VERSION(3,0,0) > GtkBuilder* builder = newDialogBuilder("ap_UnixDialog_Latex_Advanced.ui"); > #else > - GtkBuilder* builder = newDialogBuilder("ap_UnixDialog_Latex-2.ui"); > + GtkBuilder* builder = newDialogBuilder("ap_UnixDialog_Latex_Advanced.ui"); > #endif Are you sure of this? the -2 .ui file is for Gtk2 support. It is unlikely that the .ui for Gtk3 works, and even if it does, it should be separate. Hub