comparison src/gtkblist.c @ 11031:dce8d2e7c61c

[gaim-migrate @ 12911] Patch 1227590 by Richard Laager. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Sun, 26 Jun 2005 01:10:33 +0000
parents 8d2007d738d5
children 50224ac8184d
comparison
equal deleted inserted replaced
11030:f1c384340261 11031:dce8d2e7c61c
133 static char *gaim_get_tooltip_text(GaimBlistNode *node); 133 static char *gaim_get_tooltip_text(GaimBlistNode *node);
134 static char *item_factory_translate_func (const char *path, gpointer func_data); 134 static char *item_factory_translate_func (const char *path, gpointer func_data);
135 static gboolean get_iter_from_node(GaimBlistNode *node, GtkTreeIter *iter); 135 static gboolean get_iter_from_node(GaimBlistNode *node, GtkTreeIter *iter);
136 static void redo_buddy_list(GaimBuddyList *list, gboolean remove); 136 static void redo_buddy_list(GaimBuddyList *list, gboolean remove);
137 static void gaim_gtk_blist_collapse_contact_cb(GtkWidget *w, GaimBlistNode *node); 137 static void gaim_gtk_blist_collapse_contact_cb(GtkWidget *w, GaimBlistNode *node);
138
139 static void show_rename_group(GtkWidget *unused, GaimGroup *g);
140 138
141 struct _gaim_gtk_blist_node { 139 struct _gaim_gtk_blist_node {
142 GtkTreeRowReference *row; 140 GtkTreeRowReference *row;
143 gboolean contact_expanded; 141 gboolean contact_expanded;
144 }; 142 };