Mercurial > pidgin
diff src/buddy.c @ 3152:0697a3ad9f3b
[gaim-migrate @ 3168]
No changes made.
committer: Tailor Script <tailor@pidgin.im>
| author | Rob Flynn <gaim@robflynn.com> |
|---|---|
| date | Tue, 16 Apr 2002 02:12:16 +0000 |
| parents | b7fce1bf6b87 |
| children | a0a0b00f214b |
line wrap: on
line diff
--- a/src/buddy.c Mon Apr 15 20:04:30 2002 +0000 +++ b/src/buddy.c Tue Apr 16 02:12:16 2002 +0000 @@ -737,6 +737,8 @@ show_ee_dialog(5); else if (!g_strcasecmp("chipx86", normalize (b->name))) show_ee_dialog(6); + else if (!g_strcasecmp("kingant", normalize (b->name))) + show_ee_dialog(7); } else { @@ -2749,7 +2751,7 @@ } edittree = gtk_ctree_new(1, 0); - gtk_ctree_set_line_style(GTK_CTREE(edittree), GTK_CTREE_LINES_SOLID); + gtk_ctree_set_line_style(GTK_CTREE(edittree), GTK_CTREE_LINES_SOLID);; gtk_ctree_set_expander_style(GTK_CTREE(edittree), GTK_CTREE_EXPANDER_SQUARE); gtk_clist_set_reorderable(GTK_CLIST(edittree), TRUE); gtk_signal_connect(GTK_OBJECT(edittree), "button_press_event",
