# HG changeset patch # User Mark Doliner # Date 1147036786 0 # Node ID 2b9aa05b6fa160ca2f06deadea3d63e4e5d3c1ae # Parent 14d005eedb303812d0b9b4c08ac99d45391bbf4b [gaim-migrate @ 16148] Don't set the statusbox icon before it's created committer: Tailor Script diff -r 14d005eedb30 -r 2b9aa05b6fa1 src/gtkstatusbox.c --- a/src/gtkstatusbox.c Sun May 07 20:43:44 2006 +0000 +++ b/src/gtkstatusbox.c Sun May 07 21:19:46 2006 +0000 @@ -914,7 +914,6 @@ gtk_cell_view_set_model(GTK_CELL_VIEW(status_box->cell_view), GTK_TREE_MODEL(status_box->store)); gtk_combo_box_set_wrap_width(GTK_COMBO_BOX(status_box), 0); gtk_list_store_append(status_box->store, &(status_box->iter)); - gtk_gaim_status_box_refresh(status_box); gtk_container_add(GTK_CONTAINER(status_box->toggle_button), status_box->hbox); gtk_box_pack_start(GTK_BOX(status_box->hbox), status_box->cell_view, TRUE, TRUE, 0); @@ -985,6 +984,7 @@ cache_pixbufs(status_box); gtk_gaim_status_box_regenerate(status_box); + gtk_gaim_status_box_refresh(status_box); gaim_prefs_connect_callback(status_box, "/core/savedstatus/current", current_status_pref_changed_cb, status_box);