[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lmi] [PATCH] Remove platform-specific code in the pasting text
From: |
Vadim Zeitlin |
Subject: |
Re: [lmi] [PATCH] Remove platform-specific code in the pasting text |
Date: |
Tue, 3 Mar 2015 16:33:24 +0100 |
On Sun, 01 Mar 2015 16:36:05 +0000 Greg Chicares <address@hidden> wrote:
GC> On 2015-02-05 18:38, Vadim Zeitlin wrote:
GC> >
GC> > I've recently mentioned that checking for GTK+ 2 in lmi configure
GC> > prevented it from building with GTK+ 3, but that this check couldn't be
GC> > removed as long as we used GTK+ functions directly in the code. I've now
GC> > confirmed that using g_signal_emit_by_name() was unnecessary and that the
GC> > tests work just fine if we simply use wxTextCtrl::Paste() instead and the
GC> > attached patch does just this. If you could please commit it
GC>
GC> Committed 20150301T1633Z, revision 6111.
Thank you!
GC> >, I would then
GC> > commit the (trivial) change to configure.ac removing the GTK+ test and
GC> > allowing to build lmi with GTK+ 3 out of the box.
GC>
GC> Okay, thanks.
Committed as r6120 now.
VZ