From d57d0b58a25fdcc94e894ff57629a4fbc2f304f1 Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Tue, 21 Sep 2004 01:54:09 +0000 Subject: Fix a typo setting the root node. 2004-09-21 David Malcolm * em-folder-tree-model.c (em_folder_tree_model_set_selected): Fix a typo setting the root node. svn path=/trunk/; revision=27311 --- mail/em-folder-tree-model.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/em-folder-tree-model.c') diff --git a/mail/em-folder-tree-model.c b/mail/em-folder-tree-model.c index 4f1a8dda67..15be6d5cfb 100644 --- a/mail/em-folder-tree-model.c +++ b/mail/em-folder-tree-model.c @@ -1146,7 +1146,7 @@ em_folder_tree_model_set_selected (EMFolderTreeModel *model, const char *uri) if (!model->state->children) { root = xmlNewDocNode (model->state, NULL, "tree-state", NULL); - xmlDocSetRootElement (model->state, node); + xmlDocSetRootElement (model->state, root); } else { root = model->state->children; } -- cgit img src='/~lantw44/cgit-data/cgit.png' alt='cgit logo'/> index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-2/+2
* Import upstream commit bae401b1eb0594932c4e780d496cba852c23b75f totruckman2016-03-142-1/+50
* Add a separate option to allow iconv support to be disabled, but leavetruckman2015-10-022-8/+13
* devel/boost-*: convert to more option helpersjbeich2015-09-281-7/+3
* Unbreak the build when the ICU option is unset on FreeBSD 9.3.truckman2015-09-271-3/+4
* Cherrypick five upstream commits to fix "unused typedef" warnings whentruckman2015-09-156-1/+94
* Squelch an extremely verbose unused typdef warning that is triggeredtruckman2015-09-102-1/+12
* Fix compiler warning. This patch has been already merged into trunk.hrs2015-09-082-3/+21
* Bump portrevision after icu updatebapt2015-04-241-1/+1
* devel/boost-libs: Fix bad c++11 so it builds with gcc5marino2015-03-122-0/+40
* The sbruno fix in 369325 worked not just for arm. Remove stale stanza.linimon2015-02-091-4/+0
* The boost-libs port fails on armv6 as it attempts to use the assembler directlysbruno2014-09-262-1/+12
* Cleanup plistbapt2014-09-221-848/+0
* Fix typo.adamw2014-08-161-1/+1
* - Fix build when using WITH_CCACHE_BUILD.bdrewery2014-06-141-2/+2
* Disable ccache (it breaks with clang)bapt2014-06-131-0/+2
* Back port a bug fix from boost svnbapt2014-06-092-1/+12
* Fix several preprocessor warnings.jkim2014-05-0710-1/+127
* Pull in the following revisions from https://github.com/boostorg/, fixingmarius2014-04-083-0/+88
* Fix addition to PLIST_SUBbapt2014-04-041-2/+2
* Remove from the package component that does not yet support cross buildingbapt2014-04-042-20/+28
* For clang, use the type of precompiled headers recommended by upstreamdim2014-02-141-0/+92
* Update to boost 1.55.0bapt2014-02-075-200/+1140
* devel/boost-libs: Backport fix building test framework on non-x86 platformskoobs2013-12-141-0/+16
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-21