aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-07-12 09:17:10 +0800
committerChris Lahey <clahey@src.gnome.org>2000-07-12 09:17:10 +0800
commit83ea15c72f0d9b51119711d8d3c5f9c91487a17c (patch)
tree88cee19111487b369bf5d32323282d367fa10971 /addressbook/gui
parent4cd310350fc1bf8206c5ba0bbf59b1e22385876d (diff)
downloadgsoc2013-evolution-83ea15c72f0d9b51119711d8d3c5f9c91487a17c.tar.gz
gsoc2013-evolution-83ea15c72f0d9b51119711d8d3c5f9c91487a17c.tar.zst
gsoc2013-evolution-83ea15c72f0d9b51119711d8d3c5f9c91487a17c.zip
Removed an unused function
2000-07-11 Christopher James Lahey <clahey@helixcode.com> * gui/component/addressbook.c: Removed an unused function svn path=/trunk/; revision=4103
Diffstat (limited to 'addressbook/gui')
-rw-r--r--addressbook/gui/component/addressbook.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/addressbook/gui/component/addressbook.c b/addressbook/gui/component/addressbook.c
index ec0ffca4ac..e079550d92 100644
--- a/addressbook/gui/component/addressbook.c
+++ b/addressbook/gui/component/addressbook.c
@@ -404,13 +404,6 @@ print_cb (BonoboUIHandler *uih, void *user_data, const char *path)
}
}
-static void
-open_dialog(GtkWidget *button, ESelectNamesManager *manager)
-{
- char *id = gtk_object_get_data(GTK_OBJECT(button), "id");
- e_select_names_manager_activate_dialog(manager, id);
-}
-
static GnomeUIInfo gnome_toolbar [] = {
GNOMEUIINFO_ITEM_STOCK (N_("New"), N_("Create a new contact"), new_contact_cb, GNOME_STOCK_PIXMAP_NEW),
'>-4/+4 | | | | | With hat: portmgr Sponsored by: Absolight * Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-261-0/+1 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr * Take miwi's old perl ports into perl@'s fold.mat2014-11-181-1/+1 | | | | Sponsored by: Absolight * Reset miwi's maintainership per his demandbapt2014-11-181-1/+1 | | | | Hope to see you back! Thank for all the work! * - Stage supportmiwi2014-02-061-7/+2 | * Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1 | | | | irc) * - convert to the new perl5 frameworkaz2013-09-10