| 388 |
388 |
| 389 /*icon_away and icon_msg_pennding need to be implemented*/ |
389 /*icon_away and icon_msg_pennding need to be implemented*/ |
| 390 |
390 |
| 391 icon=gtk_pixmap_new(icon_offline_pm,icon_offline_bm); |
391 icon=gtk_pixmap_new(icon_offline_pm,icon_offline_bm); |
| 392 |
392 |
| |
393 vbox = gtk_vbox_new(FALSE,0); |
| |
394 |
| |
395 gtk_box_pack_start(GTK_BOX(vbox), icon, FALSE, TRUE, 0); |
| |
396 |
| |
397 status_label = gtk_label_new(_("Offline")); |
| |
398 |
| 393 update_applet(); |
399 update_applet(); |
| 394 |
400 |
| 395 vbox = gtk_vbox_new(FALSE,0); |
|
| 396 |
|
| 397 gtk_box_pack_start(GTK_BOX(vbox), icon, FALSE, TRUE, 0); |
|
| 398 |
|
| 399 status_label = gtk_label_new(_("Offline")); |
|
| 400 /*set this label's font*/ |
401 /*set this label's font*/ |
| 401 label_style = gtk_widget_get_style( status_label ); |
402 label_style = gtk_widget_get_style( status_label ); |
| 402 |
403 |
| 403 label_font = gdk_font_load( _MSG_FONT_ ); |
404 label_font = gdk_font_load( _MSG_FONT_ ); |
| 404 |
405 |