Actually, this should be fm_folder_get(). On Mon, Apr 11, 2011 at 8:53 PM, Heiher <[email protected]> wrote: > >From 07cd7739bed27e4b2cfdf42789afc094014badc9 Mon Sep 17 00:00:00 2001 > From: Heiher <[email protected]> > Date: Mon, 11 Apr 2011 20:37:50 +0800 > Subject: [PATCH] Fix up call fm_folder_get_for_path_name > > --- > src/desktop.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/src/desktop.c b/src/desktop.c > index 01e1f56..a0ea48e 100644 > --- a/src/desktop.c > +++ b/src/desktop.c > @@ -352,7 +352,7 @@ void fm_desktop_manager_init() > > if(!model) > { > - FmFolder* folder = fm_folder_get_for_path(fm_path_get_desktop()); > + FmFolder* folder = > fm_folder_get_for_path_name(fm_path_get_desktop()); > if(folder) > { > model = fm_folder_model_new(folder, FALSE); > -- > 1.7.4.1 > > ------------------------------------------------------------------------------ > Xperia(TM) PLAY > It's a major breakthrough. An authentic gaming > smartphone on the nation's most reliable network. > And it wants your games. > http://p.sf.net/sfu/verizon-sfdev > _______________________________________________ > Lxde-list mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/lxde-list >
------------------------------------------------------------------------------ Xperia(TM) PLAY It's a major breakthrough. An authentic gaming smartphone on the nation's most reliable network. And it wants your games. http://p.sf.net/sfu/verizon-sfdev _______________________________________________ Lxde-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lxde-list
