# HG changeset patch # User Mark Doliner # Date 1136420304 0 # Node ID 03f35245958237e52c0fdf06200fcffdbf177659 # Parent 10ef9171ca87afd517b8dc179e8d7ceae6c77964 [gaim-migrate @ 15069] Don't need this little doozy anymore! committer: Tailor Script diff -r 10ef9171ca87 -r 03f352459582 plugins/docklet/docklet.c --- a/plugins/docklet/docklet.c Thu Jan 05 00:11:20 2006 +0000 +++ b/plugins/docklet/docklet.c Thu Jan 05 00:18:24 2006 +0000 @@ -420,9 +420,9 @@ gaim_new_item_from_stock(menu, _("Custom Status..."), GAIM_STOCK_ICON_AWAY, G_CALLBACK(show_custom_status_editor_cb), NULL, 0, 0, NULL); gaim_new_item_from_stock(menu, _("Saved Status..."), GAIM_STOCK_ICON_AWAY, G_CALLBACK(gaim_gtk_status_window_show), NULL, 0, 0, NULL); + gaim_separator(menu); + popular_statuses = gaim_savedstatuses_get_popular(6); - if (popular_statuses != NULL) - gaim_separator(menu); for (cur = popular_statuses; cur != NULL; cur = cur->next) { GaimSavedStatus *saved_status = cur->data;