annotate src/away.h @ 9459:dbeca8eca296

[gaim-migrate @ 10283] (08:24:24) LSchiere: nosnilmot: https://sourceforge.net/tracker/?func=detail&atid=100235&aid=972285&group_id=235 (08:37:39) nosnilmot: LSchiere: the only way I can reproduce anything like what's reported in that bug is by having the formatting toolbar disabled in prefs, and manually enabling it each time I start a new conversation (08:38:12) LSchiere: nosnilmot: can you fix that case? ;-) (08:38:34) nosnilmot: LSchiere: I doubt it (08:38:42) LSchiere: :-/ (08:39:00) nosnilmot: that would seem to be a stupid case to support, if the user really wants the formatting toolbar then they should just enable it in prefs! (08:39:51) LSchiere: now that's not quite so true. i've got it globally disabled and i've been known to enable it just long enough to remember the code to a smiley i've forgotten (08:40:52) nosnilmot: actually... how about if I try to check if the formatting toolbar is present, and if it's presence doesn't match preferences, don't save the conv size? (08:41:10) LSchiere: that works committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 06 Jul 2004 12:58:29 +0000
parents e8aa46291f64
children db62420a53a2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8476
e8aa46291f64 [gaim-migrate @ 9209]
Mark Doliner <mark@kingant.net>
parents:
diff changeset
1 #ifndef _GAIM_AWAY_H_
e8aa46291f64 [gaim-migrate @ 9209]
Mark Doliner <mark@kingant.net>
parents:
diff changeset
2 #define _GAIM_AWAY_H_
e8aa46291f64 [gaim-migrate @ 9209]
Mark Doliner <mark@kingant.net>
parents:
diff changeset
3
e8aa46291f64 [gaim-migrate @ 9209]
Mark Doliner <mark@kingant.net>
parents:
diff changeset
4 #define GtkWidget int
e8aa46291f64 [gaim-migrate @ 9209]
Mark Doliner <mark@kingant.net>
parents:
diff changeset
5
e8aa46291f64 [gaim-migrate @ 9209]
Mark Doliner <mark@kingant.net>
parents:
diff changeset
6 int this_file;
e8aa46291f64 [gaim-migrate @ 9209]
Mark Doliner <mark@kingant.net>
parents:
diff changeset
7
e8aa46291f64 [gaim-migrate @ 9209]
Mark Doliner <mark@kingant.net>
parents:
diff changeset
8 #define A_BIG_HACK this_file;
e8aa46291f64 [gaim-migrate @ 9209]
Mark Doliner <mark@kingant.net>
parents:
diff changeset
9
e8aa46291f64 [gaim-migrate @ 9209]
Mark Doliner <mark@kingant.net>
parents:
diff changeset
10 extern void do_im_back(GtkWidget *, GtkWidget *);
e8aa46291f64 [gaim-migrate @ 9209]
Mark Doliner <mark@kingant.net>
parents:
diff changeset
11
e8aa46291f64 [gaim-migrate @ 9209]
Mark Doliner <mark@kingant.net>
parents:
diff changeset
12 #endif /* _GAIM_AWAY_H_ */