src/gtkblist.c

changeset 13792
ceb938a873da
parent 13768
4bf36498e887
child 13821
3eda6c8a2b75
equal deleted inserted replaced
13791:df2a8738c602 13792:ceb938a873da
2936 statustext = g_strdup_printf(buf, tmp); 2936 statustext = g_strdup_printf(buf, tmp);
2937 2937
2938 g_free(tmp); 2938 g_free(tmp);
2939 } 2939 }
2940 #else 2940 #else
2941 if(tmp) 2941 if(tmp) {
2942 g_strdelimit(tmp, "\n", ' '); 2942 g_strdelimit(tmp, "\n", ' ');
2943 gaim_str_strip_char(tmp, '\r');
2944 }
2943 statustext = tmp; 2945 statustext = tmp;
2944 #endif 2946 #endif
2945 } 2947 }
2946 2948
2947 if (gaim_prefs_get_bool("/gaim/gtk/blist/show_idle_time") && 2949 if (gaim_prefs_get_bool("/gaim/gtk/blist/show_idle_time") &&

mercurial