annotate src/away.h @ 8719:513b8bbcc104

[gaim-migrate @ 9474] " This fixes a bug where pasting a link, or in general clicking in the middle of it and then sending would get the link tag stuck on, and everything you typed after that would be a link, unless you pasted some nonlink rich text. This also makes it so you can't append to a link when it's the last character of the buffer, like you can every other tag. Also, I made some slight improvements to copy/pasting. Seems the length parameter (in pasted_received_cb) is the total bytes, not the number of x bit (where x often = 16) units. So that (length * (bits/8)) thing that I think Sean was doing was causing problems." --Tim Ringenbach - marv_sf oh and i have apparently attributed much of datallah's work today to other people committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 20 Apr 2004 04:08:24 +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_ */