| 380 gaim_gtk_pounce_editor_show(b->account, b->name, NULL); |
380 gaim_gtk_pounce_editor_show(b->account, b->name, NULL); |
| 381 } |
381 } |
| 382 |
382 |
| 383 static void gtk_blist_menu_showlog_cb(GtkWidget *w, GaimBlistNode *node) |
383 static void gtk_blist_menu_showlog_cb(GtkWidget *w, GaimBlistNode *node) |
| 384 { |
384 { |
| 385 GdkCursor *cursor = gdk_cursor_new(GDK_WATCH); |
|
| 386 GaimLogType type; |
385 GaimLogType type; |
| 387 GaimAccount *account; |
386 GaimAccount *account; |
| 388 char *name = NULL; |
387 char *name = NULL; |
| 389 |
388 |
| 390 gaim_gtk_set_cursor(gtkblist->window, GDK_WATCH); |
389 gaim_gtk_set_cursor(gtkblist->window, GDK_WATCH); |