annotate pixmaps/tb_drag_arrow_left.xpm @ 8444:f6483c880eaf
[gaim-migrate @ 9174]
I still don't think this is the best way to fix this, but it works.
Daniel Larsson caught a nice crash in CVS:
"When joining a chat, Gaim crashes if the first
connection's account (first in the list returned by
gaim_connections_get_all()) is from a plugin not
supporting chat. When building the GUI,
rebuild_joinchat_entries is called with the first
account."
A better fix would be to have gaim_gtk_account_option_menu_new() call
rebuild_joinchat_entires(the first gc that supports chats) automatically
(by way of join_chat_select_account_cb).
Also, someone buy Luke a nice 19" LCD that'll do 1600x1200
committer: Tailor Script <tailor@pidgin.im>
author |
Mark Doliner <mark@kingant.net> |
date |
Sun, 14 Mar 2004 05:54:29 +0000 |
parents |
5fb47ec9bfe4 |
children |
87e95b8ce60b |
rev |
line source |
4359
|
1 /* XPM */
|
|
2 static char * tb_drag_arrow_left_xpm[] = {
|
|
3 "16 13 2 1",
|
|
4 " c None",
|
|
5 ". c #FF0000",
|
|
6 " . ",
|
|
7 " .. ",
|
|
8 " ... ",
|
|
9 " .... ",
|
|
10 " ..... ",
|
|
11 " ...............",
|
|
12 "................",
|
|
13 " ...............",
|
|
14 " ..... ",
|
|
15 " .... ",
|
|
16 " ... ",
|
|
17 " .. ",
|
|
18 " . "};
|