remove passwd_cb.
2001-08-09 Chris Toshok <toshok@ximian.com> * gui/component/addressbook.c: remove passwd_cb. svn path=/trunk/; revision=11855
This commit is contained in:
committed by
Chris Toshok
parent
91cc2f264e
commit
18a5b0115e
@ -1,3 +1,7 @@
|
||||
2001-08-09 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
* gui/component/addressbook.c: remove passwd_cb.
|
||||
|
||||
2001-08-09 Jon Trowbridge <trow@ximian.com>
|
||||
|
||||
* gui/component/select-names/e-select-names-text-model.c
|
||||
|
||||
@ -354,14 +354,6 @@ book_auth_cb (EBook *book, EBookStatus status, gpointer closure)
|
||||
}
|
||||
}
|
||||
|
||||
static void
|
||||
passwd_cb (gchar *string, gpointer data)
|
||||
{
|
||||
AddressbookView *view = (AddressbookView*)data;
|
||||
|
||||
view->passwd = g_strdup (string);
|
||||
}
|
||||
|
||||
static void
|
||||
book_open_cb (EBook *book, EBookStatus status, gpointer closure)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user