aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-account-editor.c
diff options
context:
space:
mode:
authorJP Rosevear <jpr@novell.com>2004-10-20 11:02:25 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-10-20 11:02:25 +0800
commit378a2a917c1d86bdc4db576eca8f90767f3044dc (patch)
tree566370f634b4f7a7fa8c90193bf57f393f11f613 /mail/em-account-editor.c
parentc031bc8b1afd8c16adbbef74884ee82073467898 (diff)
downloadgsoc2013-evolution-378a2a917c1d86bdc4db576eca8f90767f3044dc.tar.gz
gsoc2013-evolution-378a2a917c1d86bdc4db576eca8f90767f3044dc.tar.zst
gsoc2013-evolution-378a2a917c1d86bdc4db576eca8f90767f3044dc.zip
convert to org.gnome hook names
2004-10-19 JP Rosevear <jpr@novell.com> * em-account-editor.c, em-composer-prefs.c, em-config.c, em-event.c, em-folder-browser.c, em-folder-properties.c, em-folder-tree.c, em-folder-view.c, em-format-hook.c, em-format-html-display.c, em-mailer-prefs.c, em-menu.c, em-message-browser.c, em-popup.c, message-list.c: convert to org.gnome hook names svn path=/trunk/; revision=27635
Diffstat (limited to 'mail/em-account-editor.c')
-rw-r--r--mail/em-account-editor.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/em-account-editor.c b/mail/em-account-editor.c
index 5cfde83efb..f2d56c3463 100644
--- a/mail/em-account-editor.c
+++ b/mail/em-account-editor.c
@@ -2052,7 +2052,7 @@ emae_widget_glade(EConfig *ec, EConfigItem *item, struct _GtkWidget *parent, str
return glade_xml_get_widget(emae->priv->xml, item->label);
}
-/* plugin meta-data for "com.novell.evolution.mail.config.accountEditor" */
+/* plugin meta-data for "org.gnome.evolution.mail.config.accountEditor" */
static EMConfigItem emae_editor_items[] = {
{ E_CONFIG_BOOK, "", "account_editor_notebook", emae_widget_glade },
{ E_CONFIG_PAGE, "00.identity", "vboxIdentityBorder", emae_identity_page },
@@ -2128,7 +2128,7 @@ emae_widget_druid_glade(EConfig *ec, EConfigItem *item, struct _GtkWidget *paren
return w;
}
-/* plugin meta-data for "com.novell.evolution.mail.config.accountDruid" */
+/* plugin meta-data for "org.gnome.evolution.mail.config.accountDruid" */
static EMConfigItem emae_druid_items[] = {
{ E_CONFIG_DRUID, "", "druid", emae_widget_druid_glade },
{ E_CONFIG_PAGE_START, "0.start", "start_page", emae_widget_druid_glade },
@@ -2414,10 +2414,10 @@ em_account_editor_construct(EMAccountEditor *emae, EAccount *account, em_account
gui->providers = g_list_sort(camel_provider_list(TRUE), (GCompareFunc)provider_compare);
if (type == EMAE_NOTEBOOK) {
- ec = em_config_new(E_CONFIG_BOOK, "com.novell.evolution.mail.config.accountEditor");
+ ec = em_config_new(E_CONFIG_BOOK, "org.gnome.evolution.mail.config.accountEditor");
items = emae_editor_items;
} else {
- ec = em_config_new(E_CONFIG_DRUID, "com.novell.evolution.mail.config.accountDruid");
+ ec = em_config_new(E_CONFIG_DRUID, "org.gnome.evolution.mail.config.accountDruid");
items = emae_druid_items;
}
1aea09cdb2'>- Update to 0.135u1Martin Wilke2009-11-266-12/+14 * Temporarily reassign ports maintained by chris@officialunix.com back toMark Linimon2009-11-262-7/+1 * Change maintainers email.Boris Samorodov2009-11-251-1/+1 * - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-234-0/+4 * Update MASTER_SITES to fix fetchMario Sergio Fujikawa Ferreira2009-11-221-1/+1 * - Update to v0.135Sylvio Cesar Teixeira2009-11-228-36/+36 * - Update to 0.7.2Martin Wilke2009-11-204-82/+78 * - Update to 1.3.1Martin Wilke2009-11-204-14/+48 * - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-204-0/+4 * - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-203-0/+3 * - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-191-0/+1 * Update to Wine 1.1.33. Among others, this includes the following changes:Gerald Pfeifer2009-11-156-10/+74 * 1) Remove process scheduler type verification since we now dependMario Sergio Fujikawa Ferreira2009-11-141-10/+1 * - Depend on emulators/kqemu-kmod instead of installing its ownMario Sergio Fujikawa Ferreira2009-11-146-7/+160 * - Do not IGNORE this port on FreeBSD 8 or later releases regardlessMario Sergio Fujikawa Ferreira2009-11-141-1/+3 * - Update to 3.0Jose Alonso Cardenas Marquez2009-11-112-4/+4 * - Update to 1.2.0Sylvio Cesar Teixeira2009-11-084-13/+18 * - Disable testcases to fix possible build breakage with non defaultBeat Gaetzi2009-11-0615-5/+80 * - Update to 2.1.1Wesley Shields2009-11-069-120/+89 * - Connect emulators/fceux to the build.Wesley Shields2009-11-041-1/+1 * - Remove old fceu port after repocopy.Wesley Shields2009-11-047-159/+0 * - Update to 0.134u4Martin Wilke2009-11-0412-50/+52 * - brandelf ld-2.6.1.so to LinuxGabor Kovesdan2009-10-312-0/+4 * Update to Wine 1.1.32. Among others, this includes the following changes:Gerald Pfeifer2009-10-258-72/+16 * - Fix build if OpenSSL is installed from ports. [1]Beat Gaetzi2009-10-2310-5/+85 * - Minor change to WWW linkWen Heping2009-10-221-1/+1 * - Minor change to MASTER_SITESWen Heping2009-10-191-1/+1 * Update to 0.7.3Max Brazhnikov2009-10-174-10/+16 * Update to Wine 1.1.31. Among others, this includes the following changes:Gerald Pfeifer2009-10-108-22/+102 * - Fix build with custom LOCALBASEBeat Gaetzi2009-10-085-5/+10 * - Fix privilege escalationMartin Wilke2009-10-0710-5/+1040 * Fix build on 7/amd64.Juergen Lock2009-09-305-5/+5 * - Improve error message if /usr/lib32 is not installed on amd64. [1]Beat Gaetzi2009-09-2920-20/+2070 * Update to Wine 1.1.30. Among others, this includes the following changes:Gerald Pfeifer2009-09-266-12/+20 * - Fix -m flag bugMartin Wilke2009-09-262-2/+12 * - Fix building with recent nasm.Alejandro Pulver2009-09-232-0/+8 * Mark IGNORE while its at an older snapshot than emulators/qemu.Juergen Lock2009-09-211-0/+3 * Fix fetch after one mirror disappeared (MASTER_SITE_SUBDIR was missing.)Juergen Lock2009-09-201-1/+1 * - Update to 0.4.7.2Pav Lucistnik2009-09-203-16/+4 * - Update to 0.134Dmitry Marakasov2009-09-204-8/+8 * - Pass maintainership to submitterWesley Shields2009-09-192-2/+2 * - Fix a serial emulation bug affecting (at least) FreeBSD 8's newJuergen Lock2009-09-192-1/+19 * Over to new volunteer.Mark Linimon2009-09-181-1/+1 * Reset ports@mcdermottroe.com at his request due to lack of time at theMark Linimon2009-09-171-1/+1 * - Update to 3.0.51r22902. This version enables host serial supportMartin Wilke2009-09-1435-775/+500 * - Update to 3.0.51r22683. This version adds support for tap interfaceBeat Gaetzi2009-09-1145-445/+1040 * At the previous commit to emulators/linux_base-f7 andBoris Samorodov2009-09-092-2/+6 * - Don't use UNZIP_CMD in a DEPENDS line. A user may redefine UNZIP_CMD to beWesley Shields2009-09-091-2/+2 * Remove /compat/linux/media from linux_base ports since the nativeBoris Samorodov2009-09-0816-28/+14 * - Remove the dynticks patch for now, it seems to cause even worse timingJuergen Lock2009-09-054-198/+107 * The --without-libgsm configure option is (now) called --without-gsm.Gerald Pfeifer2009-09-032-4/+4 * Update to Wine 1.1.29. Among others, this includes the following changes:Gerald Pfeifer2009-09-036-12/+22 * - Update to 7.5Martin Wilke2009-09-032-4/+4 * - Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirror...Dmitry Marakasov2009-09-022-4/+2 * . update to version 3.1.25;Boris Samorodov2009-08-313-36/+47 * - Update to v50Martin Wilke2009-08-292-4/+4 * Add ports with kernel modules to 'kld' virtual category.Alexander Nedotsukov2009-08-263-3/+3 * - Fix build for FreeBSD 8Dirk Meyer2009-08-251-5/+4 * Update to Wine 1.1.28. Among others, this includes the following changes:Gerald Pfeifer2009-08-236-10/+774 * - Switch SourceForge ports to the new File Release System: categories startin...Dmitry Marakasov2009-08-2236-57/+37 * Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.Roman Bogorodskiy2009-08-172-1/+2 * Mark as only for amd64 and i386.Mark Linimon2009-08-151-0/+2 * - Update to 0.133u2Martin Wilke2009-08-1510-32/+34 * - Update to 3.0.51r22226Beat Gaetzi2009-08-1545-175/+3045 * Configure --without-libgsm which avoids a warning message.Gerald Pfeifer2009-08-122-2/+4 * - Add option for libao supportDmitry Marakasov2009-08-111-17/+22 * . update packages to the most recent:Boris Samorodov2009-08-096-62/+64 * Update to Wine 1.1.27. Among others, this includes the following changes:Gerald Pfeifer2009-08-086-8/+26 * A full-system simulation infrastructure and toolsBoris Samorodov2009-08-045-0/+413 * -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-036-6/+86 * - Reset maintainer and remove old MASTER_SITES.Wesley Shields2009-08-021-1/+1 * - bump all port that indirectly depends on libjpeg and have not yet been bump...Dirk Meyer2009-07-3127-21/+27 * bsnes is an emulator that began development on 2004-10-14.Dmitry Marakasov2009-07-297-0/+193 * - Mark BROKEN on 6.XPav Lucistnik2009-07-281-0/+4 * - Update to 0.133Martin Wilke2009-07-278-18/+40 * - Update to 0.1333Martin Wilke2009-07-278-30/+32 * - Update to 0.28Philip M. Gollucci2009-07-232-5/+4 * - Update to 3.0.0Philip M. Gollucci2009-07-212-8/+8 * o Fix -m 0001.0002.0003 (cisco format) option issue.Norikatsu Shigemura2009-07-213-8/+42 * Update to Wine 1.1.26. Among others, this includes the following changes:Gerald Pfeifer2009-07-196-36/+24 * Update to 0.10.6 - from the official announcement:Juergen Lock2009-07-192-4/+4 * - update to jpeg7Dirk Meyer2009-07-186-9/+12 * Update to Wine 1.1.25. Among others, this includes the following changes:Gerald Pfeifer2009-07-076-8/+18 * Bump PORTREVISION after libogg and libvorbisfile major version increment.Christian Weisgerber2009-07-073-2/+3 * - Update to 0.73Martin Wilke2009-07-052-6/+5 * Really remove obsoleted patch file this timeJohan van Selst2009-07-031-11/+0 * - Update to 0.7.2Johan van Selst2009-07-033-26/+67 * - Update CONFLICTSGabor Kovesdan2009-06-272-2/+2 * Update to Wine 1.1.24. Among others, this includes the following changes:Gerald Pfeifer2009-06-208-12/+18 * Update maintainer's email address. Had already been done for hisMark Linimon2009-06-201-1/+1 * - Update to 2.8Jose Alonso Cardenas Marquez2009-06-183-4/+5 * - Add GID and UID for emulators/virtualbox.Beat Gaetzi2009-06-185-10/+10 * Fix dependency on gtkmmMartin Blapp2009-06-181-1/+2 * - Fix plistJuergen Lock2009-06-1610-5/+10 * - Actually install VBoxTestOGL (it was built, just not installed...)Juergen Lock2009-06-1615-10/+70 * - Restore VBoxGuestAdditionsMartin Wilke2009-06-165-0/+15 * VirtualBox is a family of powerful x86 virtualization products forMartin Wilke2009-06-1646-0/+1731 * Add parallels-tools, Parallels Desktop Tools for FreeBSD.Alexander Nedotsukov2009-06-145-0/+40 * Fix build on head (doh!)Juergen Lock2009-06-141-0/+9 * Fix LATEST_LINK for ports (amd64 case):Boris Samorodov2009-06-136-6/+6 * Add missing dir to pkg-plist.Martin Blapp2009-06-121-0/+1 * - Update to 0.2.b8Dmitry Marakasov2009-06-103-4/+42 * Convert most of remaining ports that depend on xorg-libraries toDmitry Marakasov2009-06-091-1/+2 * Delete two unneeded patches.Martin Blapp2009-06-092-49/+0 * - Update to 0.132Dmitry Marakasov2009-06-094-8/+8 * Upgrade open-vm-tools to build 167859 from 2009.05.22Martin Blapp2009-06-096-26/+255 * - Flip MAKE_JOBS_SAFE to MAKE_JOBS_UNSAFEPav Lucistnik2009-06-092-2/+2 * - convert to USE_TCL, USE_TKDirk Meyer2009-06-081-2/+3 * Convert ports which use RUN_DEPENDS+=.../graphics/linux_dri toBoris Samorodov2009-06-072-2/+2 * Don't add a symlink in /usr/local/bin when installing with custom prefixJohan van Selst2009-06-071-0/+4 * Update to Wine 1.1.23. Among others, this includes the following changes:Gerald Pfeifer2009-06-064-8/+8 * Mark BROKEN on 8.x: does not build.Erwin Lansing2009-06-031-0/+4 * - (Attempt to) fix build on head by entirely disabling the usb host codeJuergen Lock2009-06-022-0/+18 * Here are new Linux Fedora 10 infrastructure ports.Boris Samorodov2009-06-029-6364/+1229 * - Fix corrupted display on xorg-7.4Pav Lucistnik2009-06-012-1/+12 * - Resolve LATEST_LINK conflictPav Lucistnik2009-06-012-0/+4 * - Update to 0.131u3Dmitry Marakasov2009-05-316-10/+10 * - Allow specifying nonstandard base/kernel source dirs by definingJuergen Lock2009-05-317-2/+538 * Reset maintainer: email address bounces.Mark Linimon2009-05-298-16/+4 * - Update to 0.6.1Dennis Herrmann2009-05-253-18/+8 * Update to Wine 1.1.22. Among others, this includes the following changes:Gerald Pfeifer2009-05-246-10/+12 * - Update to 2.4Martin Wilke2009-05-233-31/+259 * Update to 0.10.5 - from the official announcement:Juergen Lock2009-05-223-89/+4 * Mark BROKEN on 8.x: does not build.Erwin Lansing2009-05-201-1/+7 * - Update to 0.131u2Pav Lucistnik2009-05-156-10/+10 * - Update to 0.10.4 - from the official announcement:Juergen Lock2009-05-143-4/+89 * - Update to 0.32.5Dennis Herrmann2009-05-129-93/+57 * - Update to 0131u1Dmitry Marakasov2009-05-116-10/+10 * - Update to 0.131Dennis Herrmann2009-05-096-20/+34 * Update to Wine 1.1.21. Among others, this includes the following changes:Gerald Pfeifer2009-05-096-10/+14 * - Update to 0.131Wesley Shields2009-05-028-44/+34 * Update to 0.7.1Max Brazhnikov2009-05-023-5/+5 * Update to 0.10.3 - from the official changelog:Juergen Lock2009-05-023-7/+15 * - Update to 0.8.BJose Alonso Cardenas Marquez2009-04-283-6/+6 * - Update to 2.7.6Jose Alonso Cardenas Marquez2009-04-273-20/+44 * Refer to http://www.winehq.org/ instead of http://www.winehq.com/.Gerald Pfeifer2009-04-262-2/+2 * Add a note on KVA_PAGES settings (as recommended by some ZFS tuningGerald Pfeifer2009-04-262-0/+8 * Delete emulators/cpmtools27Max Brazhnikov2009-04-265-100/+0 * Move emulators/cpmtools27 to emulators/cpmtools2Max Brazhnikov2009-04-261-1/+1 * Update to 2.8.Max Brazhnikov2009-04-262-8/+10 * Update to Wine 1.1.20. Among others, this includes the following changes:Gerald Pfeifer2009-04-256-8/+14 * Update to Wine 1.1.19. Among others, this includes the following changes:Gerald Pfeifer2009-04-216-10/+20 * Fix shutdown problems with ESX 3.5Martin Blapp2009-04-142-1/+21 * - Update to 0.130u3Dmitry Marakasov2009-04-116-10/+10 * Make FreeBSD 6.3 the minimum requirement, based on missing fixes inGerald Pfeifer2009-04-104-8/+8 * Fix locking in vmmemctlMartin Blapp2009-04-102-0/+43 * Update to 0.10.2 - from the official changelog:Juergen Lock2009-04-083-5/+6 * Handle FAT partitions bigger then 4GBytesSteven Kreuzer2009-04-081-0/+4 * Fix plist, this port needs always to install PORTDATA files.Ion-Mihai Tetcu2009-04-081-1/+1 * - fix typo in MASTER_SITESIon-Mihai Tetcu2009-04-071-3/+1 * Fix other polution of the base system.Martin Blapp2009-04-072-0/+30 * - Update to 0.130u2Dmitry Marakasov2009-04-076-10/+10 * Try to fix the remaining dependencies andMartin Blapp2009-04-073-3/+27 * Add another X11 dependency, xextprotoMartin Blapp2009-04-071-1/+1 * Add missing dependencies on Xrender and Xext.Alexander Kabaev2009-04-071-1/+1 * Upgrade to 2009.03.18Martin Blapp2009-04-065-47/+30 * Add new port emulators/linux_base-f9.Boris Samorodov2009-04-065-450/+1385 * Remove remnants of recursive repocopy.Boris Samorodov2009-04-069-6993/+0 * - Finish repocopy of sdlmame-devel and update to version 0.130u1Alejandro Pulver2009-04-0519-112/+143 * fuse-utils is an utility package for handling ZX Spectrum files. It can beRene Ladan2009-04-015-0/+71 * Strongly recommed FreeBSD 7.0 or later; rewrite the entire paragraph a bit.Gerald Pfeifer2009-03-302-4/+6 * Update to Wine 1.1.18. Among others, this includes the following changes:Gerald Pfeifer2009-03-298-36/+86 * - Only add the tss fixup code on OSVERSIONs where its still needed.Juergen Lock2009-03-292-2/+16 * Change MAINTAINER on my ports to my FreeBSD email addressSteven Kreuzer2009-03-281-1/+1 * Add missing patches for X11 buildMartin Blapp2009-03-263-0/+35 * Unbreak the portsMartin Blapp2009-03-263-54/+51 * - Update to 0.9.1Martin Wilke2009-03-263-7/+14 * - Mark MAKE_JOBS_SAFEDmitry Marakasov2009-03-252-0/+4 * - Mark MAKE_JOBS_SAFEDmitry Marakasov2009-03-254-0/+8 * Mark as broken on sparc64.Mark Linimon2009-03-256-0/+18 * - Update pkg-message, adding a note about this currently being at an olderJuergen Lock2009-03-253-10/+39 * - pkg-message updates:Juergen Lock2009-03-252-8/+4 * - Update to 4.0.10.Wesley Shields2009-03-243-46/+10 * - Update to 0.10.1 - from the official changelog:Juergen Lock2009-03-245-6/+298 * 2009-03-22 emulators/dlx: unmaintained, does not work with current versions o...Martin Wilke2009-03-2417-412/+0 * - Fix build on CURRENT: rename dprintf macro to not conflict with one from st...Dmitry Marakasov2009-03-231-0/+2 * - Mark BROKEN in two different waysPav Lucistnik2009-03-221-0/+2 * - Update to version 0.4.2Martin Wilke2009-03-212-5/+4 * - Add missing dependenciesDmitry Marakasov2009-03-211-1/+2 * - Add missing GL dependency.Alejandro Pulver2009-03-201-0/+1 * - Install sdlmame tools:Dmitry Marakasov2009-03-208-0/+48 * Welcome to the new linux ports infrastructure which allows usingBoris Samorodov2009-03-2012-30/+13 * Update removing any reference to FreeBSD 4.x and 5.x [1], refer to kernelGerald Pfeifer2009-03-192-18/+12 * - Add missing SDL dependency.Alejandro Pulver2009-03-181-0/+1 * - Update the port to version 0.2.b7.Alejandro Pulver2009-03-188-330/+423 * - Add missing @dirrm entry.Alejandro Pulver2009-03-182-0/+2 * - Update to 0.130.Alejandro Pulver2009-03-1818-278/+814 * - Add project homepage as a mirror.Alejandro Pulver2009-03-188-16/+24 * Graphical Cisco network simulator using Dynapips, Dynagen and Pemu.Martin Wilke2009-03-17