comparison src/buddy.c @ 4785:1e28e7d802a1

[gaim-migrate @ 5105] fix a few things, get rid of a few stale functions, and get rid of the compatibility functions. wee! committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 15 Mar 2003 03:23:30 +0000
parents b6f33ba0a0c0
children 01e349782075
comparison
equal deleted inserted replaced
4784:b1365291f002 4785:1e28e7d802a1
259 sel = gtk_tree_view_get_selection(GTK_TREE_VIEW(tv)); 259 sel = gtk_tree_view_get_selection(GTK_TREE_VIEW(tv));
260 gtk_tree_selection_select_path(sel, path); 260 gtk_tree_selection_select_path(sel, path);
261 gtk_tree_path_free(path); 261 gtk_tree_path_free(path);
262 return TRUE; 262 return TRUE;
263 #endif 263 #endif
264 }
265
266 static void gaim_gtk_blist_reordered_cb(GtkTreeModel *model,
267 GtkTreePath *path,
268 GtkTreeIter *iter,
269 gint *neworder,
270 gpointer null)
271 {
272 debug_printf("This doesn't work because GTK is broken\n");
273
274 } 264 }
275 265
276 /* This is called 10 seconds after the buddy logs in. It removes the "logged in" icon and replaces it with 266 /* This is called 10 seconds after the buddy logs in. It removes the "logged in" icon and replaces it with
277 * the normal status icon */ 267 * the normal status icon */
278 268