Revision 1783

trunk/configure.in (revision 1783)
332 332
dnl ---------------------
333 333
dnl Mac OS X integration
334 334
dnl ---------------------
335
if test "$host_os" = "darwin9" -o "$host_os" = "darwin10.2.0" ; then
335
if test "$host_os" = "darwin9" -o "$host_os" = "darwin10" -o "$host_os" = "darwin10.2.0" ; then
336 336
  if [ "$gui" = "true" ]; then
337 337
    PKG_CHECK_MODULES(MAC_INTEGRATION, ige-mac-integration,, [AC_MSG_ERROR([* ige-mac-integration could not be found. Please install it from https://developer.imendio.com/projects/gtk-macosx/integration])])
338 338
  fi
trunk/client/gui_qt/WidgetConnections.cpp (revision 1783)
25 25
    connect(glue, SIGNAL(partFailed(QString,int,QString,QString,int,int,bool)), SLOT(onPartFailed(QString,int,QString,QString,int,int,bool)), Qt::QueuedConnection);
26 26

                
27 27
    reloadGuiOpts();
28
    onConfigChanged();
29 28

                
30 29
    num_disconnected_connections = 0;
31 30
}
... ...
222 221
{
223 222
    ConfigGuiOpts opts;
224 223
    hideInactiveConnections = opts.getHideInactiveConnections();
224
    onConfigChanged();
225 225
}
226 226

                
227 227
void WidgetConnections::timerEvent(QTimerEvent *event)

Also available in: Unified diff