Changeset 9357
- Timestamp:
- Oct 22, 2009, 2:23:02 AM (13 years ago)
- Location:
- branches/1.7x
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.7x/NEWS
r9356 r9357 4 4 * Use automake's "quieter builds" rule when available 5 5 ==== GTK+ ==== 6 * Fix 1.61 build failure if a new version of glib, but old version of gtk, is installed 6 * Fix 1.61 build failure on systems with new versions of glib but older versions of gtk 7 * Fix tray menu's main window status when Transmission is started minimized 7 8 8 9 === Transmission 1.75 (2009/09/13) === -
branches/1.7x/gtk/main.c
r9093 r9357 539 539 else 540 540 { 541 gtk_window_iconify( wind );542 541 gtk_window_set_skip_taskbar_hint( cbdata->wind, 543 542 cbdata->icon != NULL ); 543 cbdata->isIconified = FALSE; // ensure that the next toggle iconifies 544 action_toggle( "toggle-main-window", FALSE ); 544 545 } 545 546 }
Note: See TracChangeset
for help on using the changeset viewer.