Mercurial > pidgin.yaz
comparison pidgin/gtksmiley.c @ 31728:66981e71af29
propagate from branch 'im.pidgin.pidgin' (head 38eaad68c9e65295acb7aa04cd59bb448f058b47)
to branch 'im.pidgin.pidgin.mxit' (head 20a7b36a8dc242edd143675b69a3e2864a11afbe)
author | andrew.victor@mxit.com |
---|---|
date | Mon, 13 Sep 2010 09:57:03 +0000 |
parents | 351d07aefb09 |
children | 917c597beb97 |
comparison
equal
deleted
inserted
replaced
31727:581a070c3737 | 31728:66981e71af29 |
---|---|
518 *****************************************************************************/ | 518 *****************************************************************************/ |
519 static void delete_foreach(GtkTreeModel *model, GtkTreePath *path, | 519 static void delete_foreach(GtkTreeModel *model, GtkTreePath *path, |
520 GtkTreeIter *iter, gpointer data) | 520 GtkTreeIter *iter, gpointer data) |
521 { | 521 { |
522 PurpleSmiley *smiley = NULL; | 522 PurpleSmiley *smiley = NULL; |
523 SmileyManager *dialog; | |
524 | |
525 dialog = (SmileyManager*)data; | |
526 | 523 |
527 gtk_tree_model_get(model, iter, | 524 gtk_tree_model_get(model, iter, |
528 SMILEY, &smiley, | 525 SMILEY, &smiley, |
529 -1); | 526 -1); |
530 | 527 |