Mercurial > pidgin
changeset 2387:6190f75950ff
[gaim-migrate @ 2400]
no //
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Fri, 28 Sep 2001 23:45:19 +0000 |
parents | 437ae28a1172 |
children | 5a7234d5e052 |
files | src/gtkticker.h src/protocols/icq/stdpackets.c |
diffstat | 2 files changed, 9 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- 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; };
--- 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 <denis@null.net> and * Bill Soudan <soudan@kde.org> @@ -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);