# HG changeset patch # User Eric Warmenhoven # Date 1001720719 0 # Node ID 6190f75950ffc431e810f8fad5836b25465334b7 # Parent 437ae28a1172ec0dc8846704958c42bd6d914b5d [gaim-migrate @ 2400] no // committer: Tailor Script diff -r 437ae28a1172 -r 6190f75950ff src/gtkticker.h --- a/src/gtkticker.h Fri Sep 28 23:35:44 2001 +0000 +++ b/src/gtkticker.h Fri Sep 28 23:45:19 2001 +0000 @@ -45,17 +45,17 @@ typedef struct _GtkTickerClass GtkTickerClass; typedef struct _GtkTickerChild GtkTickerChild; -// XXX children move from right to left, should be able to go other way +/* XXX children move from right to left, should be able to go other way */ struct _GtkTicker { GtkContainer container; - guint interval; // how often to scootch - guint spacing; // inter-child horizontal spacing - guint scootch; // how many pixels to move each scootch - gint timer; // timer object - guint total; // total width of widgets - guint width; // width of containing window + guint interval; /* how often to scootch */ + guint spacing; /* inter-child horizontal spacing */ + guint scootch; /* how many pixels to move each scootch */ + gint timer; /* timer object */ + guint total; /* total width of widgets */ + guint width; /* width of containing window */ gboolean dirty; GList *children; }; diff -r 437ae28a1172 -r 6190f75950ff src/protocols/icq/stdpackets.c --- a/src/protocols/icq/stdpackets.c Fri Sep 28 23:35:44 2001 +0000 +++ b/src/protocols/icq/stdpackets.c Fri Sep 28 23:45:19 2001 +0000 @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* - * $Id: stdpackets.c 2096 2001-07-31 01:00:39Z warmenhoven $ + * $Id: stdpackets.c 2400 2001-09-28 23:45:19Z warmenhoven $ * * Copyright (C) 1998-2001, Denis V. Dmitrienko and * Bill Soudan @@ -104,7 +104,7 @@ icq_Packet *p=icq_TCPCreateStdPacket( plink, ICQ_TCP_MESSAGE, - statusMode, //one of the icq_tcp_msg_read... constants + statusMode, /* one of the icq_tcp_msg_read... constants */ "", 0, /* status */ 0);