Revision 3199 src/rpop3.c
| rpop3.c (revision 3199) | ||
|---|---|---|
| 1079 | 1079 |
(rpop3_window.delete_btn, TRUE); |
| 1080 | 1080 |
if (pop3_session->cur_msg == 1) |
| 1081 | 1081 |
gtk_widget_set_sensitive(rpop3_window.stop_btn, FALSE); |
| 1082 |
gtk_button_set_label(GTK_BUTTON(rpop3_window.stop_btn), GTK_STOCK_REFRESH); |
|
| 1082 |
else |
|
| 1083 |
gtk_button_set_label(GTK_BUTTON(rpop3_window.stop_btn), GTK_STOCK_REFRESH); |
|
| 1083 | 1084 |
g_object_set(rpop3_window.recv_action, |
| 1084 | 1085 |
"sensitive", TRUE, NULL); |
| 1085 | 1086 |
g_object_set(rpop3_window.open_action, |
| ... | ... | |
| 1273 | 1274 |
rpop3_window.session->cur_msg = i; |
| 1274 | 1275 |
|
| 1275 | 1276 |
rpop3_window.stop_load = FALSE; |
| 1276 |
|
|
| 1277 |
|
|
| 1278 |
gtk_widget_set_sensitive(rpop3_window.recv_btn, FALSE); |
|
| 1279 |
gtk_widget_set_sensitive(rpop3_window.open_btn, FALSE); |
|
| 1280 |
gtk_widget_set_sensitive(rpop3_window.delete_btn, FALSE); |
|
| 1277 | 1281 |
gtk_button_set_label(GTK_BUTTON(rpop3_window.stop_btn), GTK_STOCK_STOP); |
| 1278 | 1282 |
gtk_widget_set_sensitive(rpop3_window.stop_btn, TRUE); |
| 1279 | 1283 |
g_object_set(rpop3_window.update_action, "sensitive", FALSE, NULL); |
Also available in: Unified diff