diff plugins/ticker/gtkticker.h @ 5170:13ffa9ae4282

[gaim-migrate @ 5534] This makes the buddy ticker plugin work again, and may cause some slight breakage in some plugins, since it slightly changes the behavior of: event_buddy_signon event_buddy_signoff event_buddy_away event_buddy_back Then again, it's nothing compared to the massive breakage being thought up for the very near future ;-) committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 18 Apr 2003 21:49:45 +0000
parents 412d1035d666
children ea2d07ad05a9
line wrap: on
line diff
--- a/plugins/ticker/gtkticker.h	Fri Apr 18 21:01:38 2003 +0000
+++ b/plugins/ticker/gtkticker.h	Fri Apr 18 21:49:45 2003 +0000
@@ -57,7 +57,7 @@
   guint total;		/* total width of widgets */
   guint width;		/* width of containing window */
   gboolean dirty;
-  GList *children;	
+  GList *children;
 };
 
 struct _GtkTickerClass
@@ -69,7 +69,7 @@
 {
   GtkWidget *widget;
   gint x;		/* current position */
-  gint offset;     	/* offset in list */
+  gint offset;	/* offset in list */
 };