| 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") && |