aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/ChangeLog11
-rw-r--r--shell/e-shortcuts-view.c33
-rw-r--r--shell/evolution-shell-component.c2
3 files changed, 14 insertions, 32 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 4a7ea0a64c..9ca8bd0ca9 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,16 @@
2001-08-09 Ettore Perazzoli <ettore@ximian.com>
+ * e-shortcuts-view.c (show_new_group_dialog): Cast the toplevel to
+ be passed to `e_request_string()' to GtkWindow, not GtkWidget.
+ Also, remove unused variables.
+ (get_efolder_from_shortcut): Constify @item_url.
+ (get_storage_set_path_from_uri): Removed.
+
+ * evolution-shell-component.c (destroy): `p' shall be a GList, not
+ a GSList.
+
+2001-08-09 Ettore Perazzoli <ettore@ximian.com>
+
* e-shell-view.c (e_shell_view_construct): Add the menu items
using the EShellUserCreatableItemsHandler.
diff --git a/shell/e-shortcuts-view.c b/shell/e-shortcuts-view.c
index 53a83ff243..da007e339f 100644
--- a/shell/e-shortcuts-view.c
+++ b/shell/e-shortcuts-view.c
@@ -63,41 +63,12 @@ enum {
static guint signals[LAST_SIGNAL] = { 0 };
-/* FIXME this should all be in the model. */
-
-static const char *
-get_storage_set_path_from_uri (const char *uri)
-{
- const char *colon;
-
- if (g_path_is_absolute (uri))
- return NULL;
-
- colon = strchr (uri, ':');
- if (colon == NULL || colon == uri || colon[1] == '\0')
- return NULL;
-
- if (! g_path_is_absolute (colon + 1))
- return NULL;
-
- if (g_strncasecmp (uri, "evolution", colon - uri) != 0)
- return NULL;
-
- return colon + 1;
-}
-
-
static void
show_new_group_dialog (EShortcutsView *view)
{
- GtkWidget *dialog;
- GtkWidget *label;
- GtkWidget *entry;
- GtkWidget *box;
char *group_name;
- int button_num;
- group_name = e_request_string (GTK_WIDGET (gtk_widget_get_toplevel (GTK_WIDGET (view))),
+ group_name = e_request_string (GTK_WINDOW (gtk_widget_get_toplevel (GTK_WIDGET (view))),
_("Create new shortcut group"),
_("Group name:"),
NULL);
@@ -499,7 +470,7 @@ item_selected (EShortcutBar *shortcut_bar,
static EFolder *
get_efolder_from_shortcut (EShortcuts *shortcuts,
- char *item_url)
+ const char *item_url)
{
EFolderTypeRegistry *folder_type_registry;
EStorageSet *storage_set;
diff --git a/shell/evolution-shell-component.c b/shell/evolution-shell-component.c
index 2ff908aa68..18b53da202 100644
--- a/shell/evolution-shell-component.c
+++ b/shell/evolution-shell-component.c
@@ -551,7 +551,7 @@ destroy (GtkObject *object)
EvolutionShellComponent *shell_component;
EvolutionShellComponentPrivate *priv;
CORBA_Environment ev;
- GSList *p;
+ GList *p;
shell_component = EVOLUTION_SHELL_COMPONENT (object);
='deletions'>-0/+1 * Forgot to remove this line from here, I readded it on July 1st.mat2014-07-221-1/+0 * Remove expired port:rene2014-07-211-0/+1 * Remove expired ports:rene2014-07-211-0/+4 * Remove www/opera-devel: Not staged, multiple vulnerabilities, older than non-...rene2014-07-201-0/+1 * Remove www/linux-opera-devel: Not staged and multiple vulnerabilitiesrene2014-07-201-0/+1 * Remove expired ports:rene2014-07-201-0/+3 * Remove sysutils/gtk-send-pr which expired today.rene2014-07-171-0/+1 * Remove expired ports:rene2014-07-151-0/+3 * - Move net/linphone-base to replace net/linphone and update to version 3.7.0tijl2014-07-141-1/+1 * Temporarily remove net/linphone slave port. It will be replaced bytijl2014-07-141-0/+1 * Remove expired port:rene2014-07-141-0/+1 * Remove expired port:rene2014-07-141-0/+1 * - Move graphics/py-stl to graphics/py-stltools (project has been renamed)riggs2014-07-141-0/+1 * Remove editors/nxml because it needs recently removed emacs 21 or 22marino2014-07-131-0/+1 * Remove some textproc/stardict-* dictionaries due to possible copyrightmakc2014-07-101-0/+5 * - Bump versionvg2014-07-091-0/+1 * - Update libtorrent to 0.13.4madpilot2014-07-081-0/+2 * Update to 3.1bapt2014-07-071-0/+1 * Remove expired portsbapt2014-07-071-0/+2 * Fix MOVED.madpilot2014-07-071-1/+1 * indexinfo is lighter and does a better job that texinfo-litebapt2014-07-071-0/+1 * Removed abandonwarebapt2014-07-061-0/+1 * Remove expired port:rene2014-07-061-0/+1 * Remove expired ports:rene2014-07-051-0/+2 * rpm3 is EOLed for long, most rpm users are now using rpm4bapt2014-07-031-0/+1 * Remove outdated ports:rene2014-07-011-0/+5 * Removed unmaintained upstream xemacs ports and dependenciesbapt2014-07-011-0/+16 * Remove expired ports:rene2014-06-301-0/+2 * Remove expired port:rene2014-06-301-0/+1 * - Remove deskutils/checkrdf, it is not developed and maintained anymorepgj2014-06-301-0/+1 * Remove expired ports:rene2014-06-301-0/+24 * textproc/metaf2xml: Upgrade to 1.55xmj2014-06-301-0/+1 * - Remove textproc/ruby-hikidoctota2014-06-291-0/+1 * Remove java/eclipse-devel as java/eclipse is newermarino2014-06-291-0/+1 * Revive devel/codeville and assign new maintainermarino2014-06-291-1/+0 * 2014-06-27 devel/ode-devel: Outdated by devel/odeantoine2014-06-281-0/+1 * - Remove editors/emacs21, and editors/emacs22 as they're no longer maintainedashish2014-06-271-0/+24 * Remove revived port sms_client from MOVED listmarino2014-06-261-1/+0 * Rename to -lite for consistencybapt2014-06-251-0/+2 * Remove pc-sysinstall port.jpaetzel2014-06-251-0/+1 * Rename to texinfo-minimalbapt2014-06-241-0/+1 * Another wording and spelling correction round.danfe2014-06-241-105/+105 * - Reflect the fact that `graphics/luxrender' was resurrected in r358917danfe2014-06-241-25/+24 * Remove expired port:rene2014-06-231-0/+1 * Broken for more than a year expired for 8 monthbapt2014-06-231-0/+1 * Remove expired ports:rene2014-06-231-0/+3 * Followup commit to removal of sysutils/sysupdatejpaetzel2014-06-221-0/+1 * Remove expired ports:rene2014-06-211-0/+6 * Remove localized bugzilla ports for which the master port expired:rene2014-06-211-0/+6 * - Update from 2.11.1 to 3.0.1danilo2014-06-201-0/+1 * Remove non functionnal XPIbapt2014-06-181-0/+1 * - Remove textproc/m17n-contrib was incorporated into m17n-dbmiwi2014-06-181-0/+1 * Remove graphics/GraphicsMagick13, duplicate of unversionedrene2014-06-181-0/+1 * MOVED: fix bugseadler2014-06-161-3/+3 * Remove expired ports:rene2014-06-161-0/+4 * Resurrect devel/ecgi with stage supportmarino2014-06-141-1/+0 * Remove net-im/openfire-devel. There's been no -devel versions in months and thegahr2014-06-131-0/+1 * libreoffice-ca_XV has been renamed to libreoffice-ca_valenciabapt2014-06-131-1/+1 * libreoffice-sid is backbapt2014-06-131-1/+0 * Remove callweaver, the project is deadbapt2014-06-121-0/+1 * Remove old entry about wacombapt2014-06-121-1/+0 * Add MOVED entries about removed libreoffice i18nbapt2014-06-121-0/+4 * Resurrect net/wackmole and upgrade version 2.14 => 2.15marino2014-06-111-1/+0 * Resurrect textproc/asm2html (with stage support), assign maintainermarino2014-06-111-1/+0 * Resurrect devel/c2mdoc (with stage support), assign maintainermarino2014-06-111-1/+0 * Remove 2 resurrected ports from MOVEDmarino2014-06-111-2/+0 * Update wacom input driver to 0.24.99.1bapt2014-06-111-0/+1 * Remove expired port:rene2014-06-081-0/+1 * - ocument the removal of security/py-posix1esunpoet2014-06-031-0/+1 * Remove expired port:rene2014-06-021-0/+1 * Remove net/cvsup-mirror: www, doc, gnats, ports repo gone; src repo deprecatedrene2014-06-021-0/+1 * Remove lang/python31, it expired on 2014-06-01rene2014-06-011-0/+1 * Remove expired ports:rene2014-06-011-0/+3 * Improve kde4-shared-mime-info's description in MOVED a bitrakuco2014-06-011-1/+1 * Remove expired ports:rene2014-05-311-0/+3 * Remove entries for reinstated ports print/cups-smb-backend andlinimon2014-05-311-2/+0 * Remove expired port:kevlo2014-05-301-0/+1 * Replace sysutils/synergy-devel with sysutils/synergy.kevlo2014-05-301-0/+1 * - Whitespace cleanupmiwi2014-05-291-1/+1 * Finish the replacement of calife-devel by calife.roberto2014-05-281-0/+1 * Remove expired ports:rene2014-05-281-0/+4 * Remove expired ports:rene2014-05-281-0/+2 * Replace lang/lua with the new lang/lua51bapt2014-05-261-0/+1 * Remove expired port:rene2014-05-261-0/+1 * Remove expired port:rene2014-05-241-0/+1 * Add a missing entry about textproc/libmspub while it didn't stay long it stay...bapt2014-05-231-0/+1 * MOVED: Mention alternative for graphics/GraphicsMagick12rene2014-05-201-1/+1 * Remove expired port:rene2014-05-201-0/+1 * Delete devel/msp430-gcc3, gcc3 is not actual anymore for many years.lev2014-05-191-0/+1 * Retire security/clamav-devel, clamav is not being updated that much nowadays,garga2014-05-171-0/+1 * Fix MOVEDantoine2014-05-161-1/+1 * openX open source is now obsolete in favor of the new Revive-adserver.delphij2014-05-161-0/+1 * Removed some expired ports:garga2014-05-161-0/+3 * Remove EOLed firebird 2.0bapt2014-05-121-0/+2 * - Remove ports-mgmt/pver as it does not support pkgngzi2014-05-121-0/+1 * Remove expired ports:rene2014-05-111-0/+2 * Remove net/ipfw-graph.edwin2014-05-111-0/+1 * Remove sysutils/lire: The project is dead.edwin2014-05-111-0/+1 * - Move lang/open-cobol to lang/gnu-cobol to reflect project changesjohans2014-05-081-0/+1 * Fix a typo in konwert's entry.rakuco2014-05-071-1/+1 * - Move security/yassl to security/cyassl in preparation for the import of thegahr2014-05-061-0/+1 * Remove expired port:rene2014-05-061-0/+1 * - Document the removal of audio/libshout2sunpoet2014-05-051-0/+1 * Remove gnome-games-extra-data, it not used in GNOME3.kwm2014-05-051-0/+1 * Remove gimp-gap, it doesn't build with current gimp 2.8 and no new releasekwm2014-05-051-0/+1 * Fix moved entrybapt2014-05-051-1/+1 * Remove converters/konwertbapt2014-05-051-0/+1 * Remove expired port:rene2014-05-051-0/+1 * Remove expired ports:rene2014-05-041-0/+23 * Remove expired port:rene2014-05-041-0/+1 * - Document the removal of science/netcdf-ftn, science/netcdf3-ftn and science...sunpoet2014-05-031-0/+3 * - Document the removal of science/hdf5-18sunpoet2014-05-031-0/+1 * Remove cad/kicad-library: it is no more provided separately but includedthierry2014-05-031-0/+1 * MOVED: fix various issueseadler2014-04-291-2/+2 * Remove expired ports:rene2014-04-291-0/+4 * Remove a broken for long and not working with any modern compiler portbapt2014-04-291-0/+1 * - Note moved OTRSswills2014-04-281-0/+1 * Note revived port security/py-fchksum.linimon2014-04-271-1/+0 * Remove emulators/mupen64-rice, part of removed mupen64rene2014-04-251-0/+1 * Remove expired ports:rene2014-04-251-0/+14 * Remove a not stage friendly abandonwarebapt2014-04-221-0/+1 * www/sams: Remove; it requires PHP 4marino2014-04-211-0/+1 * - add forgotten entry for bugzilla -> bugzilla40ohauer2014-04-181-0/+1 * Remove expired ports:rene2014-04-181-0/+34 * Remove lang/dragonegg-devel46. It has C++ library incompatibilitiesbrooks2014-04-171-0/+1 * - move www/mod_python3 -> www/mod_python33ohauer2014-04-161-0/+1 * security/cfv: Resurrection, stage, assign maintainerxmj2014-04-151-1/+0 * lang/dmd is no longer the primary dmd port as it is no longer supportedcy2014-04-151-0/+1 * Remove expired port:antoine2014-04-151-0/+1 * Remove expired port:rene2014-04-131-0/+1 * Remove expired ports:rene2014-04-131-0/+31 * Fix typo.tijl2014-04-121-1/+1 * Unused, no staged friendlybapt2014-04-121-0/+1 * Sodipodi did not survive the Inkscape forkbapt2014-04-121-0/+1 * - Fix various errors in MOVEDak2014-04-111-4/+4 * Remove ancient and now unused gnome componentbapt2014-04-111-0/+1 * Fix MOVED entries for r350942rene2014-04-111-39/+39 * Remove expired ports:rene2014-04-111-0/+39 * 2014-04-10 palm/gnome-pilot: gnome-panel 2.x will be updated in the GNOME 3 i...bapt2014-04-111-0/+2 * Remove lang/tcltutor, this port depends on expired ports misc/tkman andrene2014-04-111-0/+1 * 2014-04-10 deskutils/nautilus-locked-folder: nautilus will be updated to the ...bapt2014-04-111-0/+19 * Remove: does not work with newer version of evolutionbapt2014-04-111-1/+1 * Remove ancient gnome libraries and tools superseeded by libgda since version 4bapt2014-04-111-0/+16 * gnome-panel will be updated to the 3.x version which is not compatible with 2.xbapt2014-04-111-0/+1 * Resurrect audio/xmms-faad, an MP4/AAC input plugin for XMMS.naddy2014-04-111-1/+0 * Bring back SuPHP.bdrewery2014-04-101-1/+0 * Removed Long ago EOLed portbapt2014-04-101-0/+1 * Remove ruby-libarchive; Use the gem version instead.knu2014-04-091-0/+1 * Remove expired port:antoine2014-04-091-0/+1 * Document removal of p5-manual and openclipartbapt2014-04-081-0/+2 * Remove entries for newly restored ports security/amavis-stats and mail/vexim.linimon2014-04-071-2/+0 * - Trademark violation requires tree removal.jgh2014-04-071-0/+1 * - Rename from graphics/pyggel to graphics/py-pyggelnemysis2014-04-071-0/+1 * Remove expired port:rene2014-04-061-0/+1 * Remove expired ports:rene2014-04-041-0/+2 * Remove expired ports:rene2014-04-041-0/+13 * - restore databases/p5-DBD-InterBaseaz2014-04-031-1/+0 * KDE/FreeBSD team presents KDE SC 4.12.4 and KDE Workspace 4.11.8!makc2014-04-031-0/+1 * Update to 1.10.tj2014-04-031-0/+1 * Remove expired ports:rene2014-04-021-0/+10 * Remove expired port:rene2014-03-311-0/+1 * Remove expired ports:rene2014-03-301-0/+30 * - Move chinese/php5-cconv to chinese/php-cconvsunpoet2014-03-301-0/+1 * 2014-03-10 games/linux-spheresofchaos-demo: No more public distfilesswills2014-03-29