aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-09-05 00:37:10 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-09-05 00:57:40 +0800
commit9b18df6a81ed7f01672b1fa53cbeb1de3dc4dde2 (patch)
tree7e94d5386d24c1d52037d48b205fc937a8f1f722
parent6d48a19782e004699aede4666455832c45be5d93 (diff)
downloadgsoc2013-evolution-9b18df6a81ed7f01672b1fa53cbeb1de3dc4dde2.tar.gz
gsoc2013-evolution-9b18df6a81ed7f01672b1fa53cbeb1de3dc4dde2.tar.zst
gsoc2013-evolution-9b18df6a81ed7f01672b1fa53cbeb1de3dc4dde2.zip
Fix a runtime warning.
-rw-r--r--modules/mail/e-mail-shell-view-private.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/mail/e-mail-shell-view-private.c b/modules/mail/e-mail-shell-view-private.c
index 849efe63d7..7f48329136 100644
--- a/modules/mail/e-mail-shell-view-private.c
+++ b/modules/mail/e-mail-shell-view-private.c
@@ -489,7 +489,9 @@ e_mail_shell_view_restore_state (EMailShellView *mail_shell_view)
reader = E_MAIL_READER (shell_content);
message_list = e_mail_reader_get_message_list (reader);
folder_uri = message_list->folder_uri;
- g_return_if_fail (folder_uri != NULL);
+
+ if (folder_uri == NULL)
+ return;
group_name = g_strdup_printf ("Folder %s", folder_uri);
e_shell_content_restore_state (shell_content, group_name);
ns'>-0/+140 * Distfile rereolled, cdinsert.pl cgi was updated but we don't install thatnox2010-10-011-3/+3 * - Update to 2.13.35gahr2010-09-303-8/+7 * Mark BROKEN: does not fetch.erwin2010-09-291-0/+2 * - Update to 2.13.34gahr2010-09-283-8/+8 * - Fix MASTER_SITESnivit2010-09-261-1/+1 * - revert patchdinoex2010-09-251-1/+0 * Add licenseskreuzer2010-09-253-0/+6 * Migrate from devel/automake15 to devel/automake19ade2010-09-241-1/+1 * - Update to 0.080nivit2010-09-243-24/+34 * - Update MAINTAINER to my FreeBSD.org addresssunpoet2010-09-231-1/+1 * Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,mm2010-09-211-4/+9 * Update to 2.4.2makc2010-09-182-4/+4 * Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-169-16/+18 * Change default samba version to 3.4garga2010-09-151-2/+4 * - Add optional SAMBA_PORT var and point it as default to net/samba34garga2010-09-151-2/+4 * The purpose of dot2tex is to give graphs generated by Graphviz a more LaTeXromain2010-09-145-0/+50 * Assign to doceng@.hrs2010-09-141-1/+1 * - Mark MAKE_JOBS_UNSAFE=yesswills2010-09-121-0/+1 * - Update ruby-gnome ports to 0.19.4swills2010-09-112-1/+3 * print/cupsddk||2010-09-09|Now part of print/cups-basepgollucci2010-09-106-151/+0 * - Prep for removal of print/cpusddk now part of print/cups-basepgollucci2010-09-101-3/+2 * RF -> RG Conversion (Part III)pgollucci2010-09-102-4/+2 * - Properly use ${AUTOCONF} and ${AUTOMAKE}swills2010-09-083-2/+3 * - fix options by forcing UNIQUENAMEdinoex2010-09-081-1/+2 * Gnome Specimen is a simple tool to preview and compare installed fontsswills2010-09-064-0/+123 * - Update to 3.10.6makc2010-09-0610-682/+641 * - Simplify and reorganize pkg-message by referring to relevant sectionsmakc2010-09-042-84/+40 * - Update to 0.5.5wen2010-09-012-4/+4 * Fix wrong size introduced in previous commit.osa2010-08-301-3/+3 * Update to 9.3.4.hrs2010-08-292-5/+4 * - Unbreak, now that print/pslib supports libpng 1.4 properlymva2010-08-281-2/+0 * - Add proper libpng 1.4 compatibilitymva2010-08-282-1/+12 * - add hints for usb on FreeBSD 8.xdinoex2010-08-281-0/+4 * Move wen@FreeBSD.org -> ruby@FreeBSD.org for rubygem-*pgollucci2010-08-275-5/+5 * - Update to 2.13.30gahr2010-08-253-14/+15 * An attempt to fix build at QAT.bsam2010-08-221-1/+1 * - Work properly with non-standard PREFIXlwhsu2010-08-221-1/+1 * . unbreak by fixing plist;bsam2010-08-221-3/+7 * Unbreak the build. The fetch problem was temporary.hrs2010-08-211-2/+0 * Disable the GTK frontend by default.hrs2010-08-212-7/+13 * - Chase freetype2 updateamdmi32010-08-182-5/+5 * Update distinfo. The distfiles have been re-rolled for some reason.hrs2010-08-167-21/+21 * Update to 5.0barved2010-08-152-4/+4 * Update to 2.4.2.marcus2010-08-152-4/+4 * Mark as broken on sparc64: fails to install.linimon2010-08-141-0/+4 * - Add DIST_SUBDIR for Haskell Cabal ports (with default of "cabal")pgj2010-08-082-6/+6 * Fix a typo.hrs2010-08-081-1/+1 * Use libgtkembedmoz from www/linux-libgtkembedmoz instead of www/linux-nvu.hrs2010-08-084-6/+9 * Remove the dependency on www/linux-nvu which has been deprecated fordougb2010-08-082-2/+2 * Add a missing build dependency on perlbf2010-08-071-0/+1 * -update to 3.7.1bf2010-08-073-12/+30 * - update to 0.4dinoex2010-08-072-4/+4 * Use graphics/jbig2dec for libjbig2dec instead of the bundled one.hrs2010-08-032-13/+3 * - Fix compile errors when vgalib and lvga256 drivers are enabled.hrs2010-08-026-12/+99 * Reset ob@breuninger.org due to maintainer-timeouts and no response to email.linimon2010-07-311-1/+1 * Over to new volunteer.linimon2010-07-291-1/+1 * Reset tomasv@megalogika.lt at his request, as his company no longer uses Free...linimon2010-07-292-2/+2 * Update to 1.9.51arved2010-07-283-23/+15 * Bump PORTREVISION in a few more ports affected by the libgcryptolgeni2010-07-282-2/+2 * - Update freetype_version to 2.4.1sylvio2010-07-272-4/+4 * - update to 1.4.4dinoex2010-07-274-42/+5 * Reset ahze@ due to maintainer-timeouts and no response to email.linimon2010-07-268-8/+8 * Reassign some of ahze's ports to gnome@.linimon2010-07-261-1/+1 * Update to 0.2.6.marcus2010-07-252-4/+4 * Update to 2.4.1.marcus2010-07-252-20/+4 * - Mark BROKEN: does not build (info files issues)pav2010-07-201-0/+2 * - Update to 1.6.7jadawin2010-07-159-12/+24 * - Update to 1.13miwi2010-07-1511-73/+43 * - Add CONFLICTS on other enscript-* pkgsrafan2010-07-121-1/+4 * Change my ports to use my FreeBSD.org email address.bf2010-07-083-3/+3 * - Fix INFO installationgahr2010-07-061-1/+1 * - Update to 2.13.26gahr2010-07-023-16617/+110 * - Update to 5.0amiwi2010-07-012-7/+6 * - Update to 2.6.stefan2010-06-292-5/+4 * - Update to 5.9.14.araujo2010-06-272-4/+4 * RF -> RG Conversion (Part II)pgollucci2010-06-245-5/+5 * - Security update to 1.4.4dinoex2010-06-192-0/+37 * Remove mention of previous maintainer.linimon2010-06-181-3/+0 * Clean up this port so it deinstalls cleanly. Remove one level oflinimon2010-06-182-81/+131 * Take maintainershipmakc2010-06-161-1/+1 * Reset maintainer at his request.linimon2010-06-151-1/+1 * Remove print/lyx15, print/lyx has been updated to the latest versionmakc2010-06-156-1519/+0 * connect lyx14makc2010-06-151-1/+1 * Update to 1.6.6.1 for Qt4makc2010-06-1527-2946/+3591 * set LATEST_LINK and CONFLICTSmakc2010-06-151-0/+3 * Remove bms from the pkg-descr's of ports he no longer maintains.dougb2010-06-072-6/+0 * - GEMS are always RUN_DEPENDS of other GEMSpgollucci2010-06-074-9/+6 * Drop maintainership for these ports.bms2010-06-072-2/+2 * LICENSE GPLv2dinoex2010-06-061-0/+1 * - note GROUPS/USERS does not work heredinoex2010-06-051-0/+3 * LICENSE GPLv2dinoex2010-06-041-0/+2 * - Introduce a new USE_XZ knob that handles lzma/xz compressed distfilespav2010-06-042-3/+4 * - Convert unzip -a to USE_DOS2UNIXpav2010-06-031-0/+1 * - Chase net-snmp shlib bumpsylvio2010-06-031-1/+2 * Present KDE SC 4.4.4 for FreeBSD.makc2010-06-022-2/+2 * Update to 1.1.24edwin2010-06-013-14/+4 * update xfce to 4.6.2oliver2010-05-311-1/+2 * Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-3123-18/+23 * - drop USE_GNUSTEP_PREFIXdinoex2010-05-302-31/+30 * - Update to 2.4lwhsu2010-05-263-6/+27 * - Pass maintainership to haskell@FreeBSD.org:jacula2010-05-262-2/+2 * Disable the cups driver when either WITHOUT_CUPS=true orhrs2010-05-262-7/+19 * - Make the driver selection stricter and redefine DEVICE_DEVSn in thehrs2010-05-255-135/+296 * - Revert back previous changes and fix buildmiwi2010-05-241-5/+1 * Reset perky@FreeBSD.org due to maintainer-timeouts and no responselinimon2010-05-241-1/+1 * - Fix plist substitutionpav2010-05-241-1/+1 * - Attempt to fix plistpav2010-05-241-1/+1 * - Add missing dependencymiwi2010-05-221-2/+9 * - Update to 2.3.12miwi2010-05-212-5/+5 * Update to 2.1.8 release.ale2010-05-202-4/+4 * - Update MASTER_SITESwen2010-05-192-5/+4 * - Fix dos2unix corruption of gz filespav2010-05-171-0/+1 * - Update to 3.10.5pav2010-05-173-7/+15 * - Move print/hplip3 to print/hplippav2010-05-1727-3194/+1152 * - Chase freetype2 update to 2.3.12sylvio2010-05-172-4/+4 * - Update to 3.6.9sylvio2010-05-173-5/+21 * Add possibility to choose the samba port to depend on.stefan2010-05-161-1/+2 * Fix configure args [1]makc2010-05-162-15/+21 * - Fix plist for NOPORTDOCS case (some docs get installed regardless)pav2010-05-161-4/+4 * - Explicitly build with LANG=C since gcj does not handle all host charsets.gerald2010-05-161-1/+1 * - Fix issue regarding net-snmppav2010-05-142-29/+44 * Fix depends, so it builds.kwm2010-05-131-0/+3 * Introduce a new (and hopefully better) ports infrastructure for Haskell Cabalpgj2010-05-134-205/+34 * Fix master site.kwm2010-05-121-1/+1 * - Mark BROKEN on 6.x. gcjh45 core dumps on 6.x with no immediately obviousglarkin2010-05-121-1/+7 * - The FreeBSD KDE team is pleased to announce KDE SC 4.4.3 for FreeBSDfluffy2010-05-112-18/+8 * - Use gcc >= 4.5 instead of gcc == 4.5 to buildglarkin2010-05-111-1/+1 * Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for thiskwm2010-05-1122-118/+184 * - Update to 2.9miwi2010-05-092-8/+7 * - Update to 20100501sylvio2010-05-086-119/+22 * - Fix python version in plist, detection of sane and etcpav2010-05-044-2/+25 * - Build pdftk with gcj45 instead of gcj42glarkin2010-05-0416-16/+480 * - Update print/libotf to 0.9.11wen2010-05-033-6/+12 * Fix problems caused by the recent bumps in port revisionpgj2010-04-281-0/+1 * - Update to 5.9.13.araujo2010-04-212-4/+4 * Update to 3.10.2makc2010-04-216-132/+122 * - Update to 0.9awen2010-04-202-6/+5 * Switch to use newer GMP version.ale2010-04-192-3/+4 * Update to 9.3.2.hrs2010-04-182-5/+4 * - Update to 1.2.8sylvio2010-04-182-5/+4 * - Fix pkg-plist (do not install bytecode program).stas2010-04-111-0/+1 * Fix "-sDEVICE=ijs -sIjsServer=hpijs" issue.hrs2010-04-112-2/+3 * - Mark BROKEN: does not configurepav2010-04-101-0/+2 * Update to 2.1.7 release.ale2010-04-092-9/+4 * - Update to 1.9.stas2010-04-095-45/+47 * - update to 1.4.3dinoex2010-04-084-21/+154 * - bump 1.4.3dinoex2010-04-071-2/+1 * - Update to v0.7.4brix2010-04-042-4/+4 * Chase the ftp/curl shlib version bump.roam2010-04-031-1/+2 * * Update to 8.71.[1] Changes include:hrs2010-04-036-17/+62 * - Fix of buildsylvio2010-03-312-8/+8 * - Update to 0.5.4wen2010-03-312-5/+4 * - Update to 1.3.3.14sylvio2010-03-316-400/+466 * - fix build for png-1.4.1dinoex2010-03-291-0/+20 * - fix build for png-1.4.1dinoex2010-03-291-0/+53 * - fix build for png-1.4.1dinoex2010-03-292-0/+86 * - Add instrutcions for USB printers on FreeBSD 8dinoex2010-03-291-0/+7 * Update to 20100328 (version that fixes recent libpng change).matusita2010-03-293-16/+6 * - fix build for png-1.4.1dinoex2010-03-291-0/+11 * - fix build for png-1.4.1dinoex2010-03-282-0/+22 * Fix maintainer email address.makc2010-03-281-1/+1 * - fix build on CURRENTdinoex2010-03-281-0/+1 * - remove BROKENdinoex2010-03-281-2/+0 * - update to 1.4.1dinoex2010-03-28186-195/+203 * For those ports that have been fully adapted to USE_RC_SUBR remove thedougb2010-03-271-1/+0 * Begin the process of deprecating sysutils/rc_subr bydougb2010-03-275-5/+5 * - Chase x11-toolkits/fltk updategahr2010-03-242-2/+2 * - Update to 5.9.11.araujo2010-03-232-4/+4 * - Update to 1.1.23+nmu2sylvio2010-03-202-4/+4 * - Fix dependency line (cupsd is in ${LOCALBASE}/sbin)gahr2010-03-151-2/+2 * - The maintainer reappearedpav2010-03-141-1/+1 * - Update to 4.4dmiwi2010-03-112-6/+5 * - Update to 0.9miwi2010-03-112-9/+25 * This port provides the PostScript Type 1 version of Adobe Utopia for usetabthorpe2010-03-115-0/+56 * Remove unneeded -lcompat.ed2010-03-091-1/+13 * Fix build with custom PREFIX.itetcu2010-03-061-0/+1 * Update to 9.3.1 and add a warning message that explains it doeshrs2010-03-023-6/+18 * - Mark BROKEN: does not fetchpav2010-02-281-0/+2 * - Mark BROKEN: incomplete plistpav2010-02-251-0/+2 * - Restrict the gcc version to 4.2, not 4.2+, since 4.2 is the onlyglarkin2010-02-241-3/+3 * Pass maintainership to people that use it.araujo2010-02-241-1/+1 * Update my mail address to @FreeBSD.orgjohans2010-02-242-2/+2 * - Add build dependency on net/rsync when installing docsgahr2010-02-231-1/+2 * - Chase freetype2 to 2.3.11nemoliu2010-02-222-5/+5 * Update to 3.1.20100114.hrs2010-02-172-31/+30 * Remove useless dependency on cupssdkmakc2010-02-112-3/+1 * Upgrade to version 2.0.0. According to the release notes, this versionjoerg2010-02-114-31/+33 * - update to 1.4.1dinoex2010-02-112-4/+4 * - add CONFLICTS with print/cupsddkdinoex2010-02-111-0/+1 * Add port of Sun's OpenPrinting API (PAPI) v1.0 sources.bms2010-02-096-0/+904 * Add russian filters found by QA tindy; my bad, my mental filter justbms2010-02-081-1/+3 * Add port entry for the base system LPR sources.bms2010-02-087-0/+252 * - update to jpeg-8dinoex2010-02-05179-174/+193 * . FreeBSD has <string.h>, so define HAVE_STRING_H during compilation.glewis2010-02-051-1/+1 * - Update to 3.6.8pgollucci2010-02-054-26/+16 * - Fix problem with can not find plugin "libsvgimplugin.so: Undefined symbol"sylvio2010-02-034-18/+28 * - Convert/Respect DATADIR/NOPORT*miwi2010-01-312-9/+9 * The KDE FreeBSD team is proud to announce the release of SIP-4.10 andfluffy2010-01-304-1/+4 * - Update to 5.9.8.araujo2010-01-262-4/+4 * - Remove unneeded dependencies which is in perl-5.8.9 distkuriyama2010-01-241-3/+2 * - Update to 2.82miwi2010-01-232-4/+4 * Update to 9.3. This release includes fixes for critical vulnerabilities whichhrs2010-01-202-4/+4 * - remove broken/expired ports@ portspgollucci2010-01-185-84/+0 * - fix option WITHOUT_GHOSTSCRIPTdinoex2010-01-162-7/+16 * - Update to 0.5.3wen2010-01-112-4/+4 * bump PORTREVISION for the recent update ofoliver2010-01-101-1/+1 * - Update maintainer's mail addresswen2010-01-091-1/+1 * Unbreak by switching to a ZIP-file, that's distributed by kde-apps.orgmi2010-01-092-8/+7 * - Maintainer address changewen2010-01-083-3/+3 * Reset cjh due to inactivity. We hope to see him back again soon.linimon2010-01-032-3/+1 * - Unbreak and enable amd64 build, now that gcc42 port builds gcj42 onglarkin2009-12-312-8/+21 * - Convert NOMANCOMPRESS to NO_MANCOMPRESS to sync with srcmiwi2009-12-292-2/+2 * Remove an unneeded plist line to make QAT happy.delphij2009-12-292-1/+1 * - mark BROKEN on ia64dinoex2009-12-261-0/+3 * - Update to 2.13.9gahr2009-12-233-16/+21 * Fix broken installation.delphij2009-12-232-2/+8 * Update to 5.2.4ahze2009-12-2211-12150/+1868 * - Narrow down directories scanned by mktexlsr(1).hrs2009-12-22