Mercurial > pidgin
diff src/dialogs.c @ 1109:c73736fa0b7c
[gaim-migrate @ 1119]
Auto-Away, courtesy BMiller. damn cool. i'm impressed. also minor touch-ups, mostly to indicate what all the FIXME's mean.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Mon, 20 Nov 2000 10:37:40 +0000 |
| parents | d7944415b1cc |
| children | 1a3dbc0e6529 |
line wrap: on
line diff
--- a/src/dialogs.c Mon Nov 20 08:35:25 2000 +0000 +++ b/src/dialogs.c Mon Nov 20 10:37:40 2000 +0000 @@ -1180,7 +1180,7 @@ char *country = gtk_entry_get_text(GTK_ENTRY(b->country)); - /* FIXME */ + /* FIXME : set dir. not important */ if (connections) serv_set_dir(connections->data, first, middle, last, maiden, city, state, country, web); @@ -1941,7 +1941,7 @@ state = gtk_entry_get_text(GTK_ENTRY(b->stateentry)); country = gtk_entry_get_text(GTK_ENTRY(b->countryentry)); - /* FIXME */ + /* FIXME : dir search. not sure if even works; not important */ if (connections) serv_dir_search(connections->data, first, middle, last, maiden, city, state, country, ""); destroy_dialog(NULL, b->window); @@ -1953,7 +1953,7 @@ email = gtk_entry_get_text(GTK_ENTRY(b->emailentry)); - /* FIXME */ + /* FIXME : email search. not sure if even works; not important */ if (connections) serv_dir_search(connections->data, "","","","","","","", email); @@ -2799,7 +2799,7 @@ g_free (first); return; } - /* FIXME */ + /* FIXME : import buddy list file. moderately important */ gc = connections->data; } else {
