Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 218586
Collapse All | Expand All

(-)transmission-1.10.orig/gtk/main.c (-3 / +4 lines)
Lines 406-417 Link Here
406
    cbdata->timer = g_timeout_add( UPDATE_INTERVAL, updatemodel, cbdata );
406
    cbdata->timer = g_timeout_add( UPDATE_INTERVAL, updatemodel, cbdata );
407
    updatemodel( cbdata );
407
    updatemodel( cbdata );
408
408
409
    /* show the window */
409
    /* either show the window or iconify it */
410
    if( minimized ) {
410
    if( !minimized ) {
411
        gtk_widget_show( GTK_WIDGET( wind ) );
412
    } else {
411
        gtk_window_iconify( wind );
413
        gtk_window_iconify( wind );
412
        gtk_window_set_skip_taskbar_hint( cbdata->wind, cbdata->icon != NULL );
414
        gtk_window_set_skip_taskbar_hint( cbdata->wind, cbdata->icon != NULL );
413
    }
415
    }
414
    gtk_widget_show( GTK_WIDGET( wind ) );
415
}
416
}
416
417
417
418

Return to bug 218586