| 16805:c4a08286d387 | 16806:02eeec7ebe39 |
|---|---|
| 2465 } | 2465 } |
| 2466 else | 2466 else |
| 2467 { | 2467 { |
| 2468 gtk_widget_hide_all(status_box->vbox); | 2468 gtk_widget_hide_all(status_box->vbox); |
| 2469 activate_currently_selected_status(status_box); /* This is where we actually set the status */ | 2469 activate_currently_selected_status(status_box); /* This is where we actually set the status */ |
| 2470 return; | |
| 2471 } | 2470 } |
| 2472 } | 2471 } |
| 2473 pidgin_status_box_refresh(status_box); | 2472 pidgin_status_box_refresh(status_box); |
| 2474 } | 2473 } |
| 2475 | 2474 |