diff src/gtkblist.h @ 6695:0c5637b5462e

[gaim-migrate @ 7221] This is contact support. Really. It has a few bugs left in it, like sorting not working, and stuff like that, but it's pretty solid for the most part. I'm not in the mood to do a whole lot of typing, so just use and enjoy. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 02 Sep 2003 03:41:10 +0000
parents 1b56a833d665
children feb3d21a7794
line wrap: on
line diff
--- a/src/gtkblist.h	Tue Sep 02 03:34:37 2003 +0000
+++ b/src/gtkblist.h	Tue Sep 02 03:41:10 2003 +0000
@@ -54,8 +54,8 @@
 
 	GtkWidget *treeview;            /**< It's a treeview... d'uh. */
 	GtkTreeStore *treemodel;        /**< This is the treemodel.  */
-	GtkTreeViewColumn *idle_column, 
-		*warning_column, 
+	GtkTreeViewColumn *idle_column,
+		*warning_column,
 		*buddy_icon_column;
 
 	GtkItemFactory *ift;
@@ -68,7 +68,7 @@
 
 	guint      timeout;              /**< The timeout for the tooltip. */
 	GdkRectangle rect;               /**< This is the bounding rectangle of the
-					       cell we're currently hovering over.  This is 
+					       cell we're currently hovering over.  This is
 					       used for tooltips. */
 	GtkWidget *tipwindow;            /**< The window used by the tooltip */
 
@@ -99,7 +99,7 @@
  * Returns the base image to represent the account, based on the currently selected theme
  *
  * @param account  The account.
- * 
+ *
  * @return         The icon
  */
 GdkPixbuf *create_prpl_icon(GaimAccount *account);
@@ -120,8 +120,8 @@
 
 /**
  * Useful for the docklet plugin and also for the win32 tray icon
- * This is called when one of those is clicked--it will show/hide the 
- * buddy list/login window--depending on which is active 
+ * This is called when one of those is clicked--it will show/hide the
+ * buddy list/login window--depending on which is active
  */
 void gaim_gtk_blist_docklet_toggle();
 void gaim_gtk_blist_docklet_add();