Mercurial > pidgin
annotate plugins/crazychat/test.h @ 13122:d33a225fcb80
[gaim-migrate @ 15484]
Remove the gtkstatusbox code for displaying connection errors, since
we're using the error buttons in the buddy list, now.
I really think showing connection errors in the status box is a bad idea.
Users need a way to acknowledge that they've seen an error. Plus there
wasn't any way to tell which account it was for. Or view the full text
of the error message.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Sat, 04 Feb 2006 21:54:55 +0000 |
| parents | fc464a0abccc |
| children |
| rev | line source |
|---|---|
| 11218 | 1 class Test { |
| 2 public: | |
|
12323
fc464a0abccc
[gaim-migrate @ 14627]
Richard Laager <rlaager@wiktel.com>
parents:
11218
diff
changeset
|
3 Test(void); |
|
fc464a0abccc
[gaim-migrate @ 14627]
Richard Laager <rlaager@wiktel.com>
parents:
11218
diff
changeset
|
4 ~Test(void); |
|
fc464a0abccc
[gaim-migrate @ 14627]
Richard Laager <rlaager@wiktel.com>
parents:
11218
diff
changeset
|
5 void runTest(void); |
| 11218 | 6 private: |
| 7 asdfint fake; | |
|
12323
fc464a0abccc
[gaim-migrate @ 14627]
Richard Laager <rlaager@wiktel.com>
parents:
11218
diff
changeset
|
8 }; |
