comparison src/gtkblist.c @ 13450:5251e354d213

[gaim-migrate @ 15825] gtkblist.c: In function ???gtk_blist_menu_showlog_cb???: gtkblist.c:385: warning: unused variable ???cursor??? committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Tue, 07 Mar 2006 10:27:45 +0000
parents ffd724befbf8
children 38dcde2c8c4b
comparison
equal deleted inserted replaced
13449:90d0a473e7ff 13450:5251e354d213
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);