~ubuntu-branches/ubuntu/natty/unity-place-files/natty-updates

« back to all changes in this revision

Viewing changes to src/daemon.c

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2011-03-10 19:49:56 UTC
  • mfrom: (1.1.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20110310194956-cdoytq2fp9y39pgr
Tags: 0.5.42-0ubuntu1
* New upstream release.
  - Dash file Lens – Rename “Favourite Folders” category header to “Folders”
    (LP: #723866)
  - looking for 'places' icons in the wrong location (LP: #727672)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1061
1061
        dee_model_append (global_groups, "UnityDefaultRenderer", _tmp32_, UNITY_FILES_PLACE_ICON_PATH "group-recent.svg", NULL);
1062
1062
        _tmp33_ = _ ("Downloads");
1063
1063
        dee_model_append (global_groups, "UnityDefaultRenderer", _tmp33_, UNITY_FILES_PLACE_ICON_PATH "group-downloads.svg", NULL);
1064
 
        _tmp34_ = _ ("Favorite Folders");
 
1064
        _tmp34_ = _ ("Folders");
1065
1065
        dee_model_append (global_groups, "UnityDefaultRenderer", _tmp34_, UNITY_FILES_PLACE_ICON_PATH "group-favoritefolders.svg", NULL);
1066
1066
        _tmp35_ = _ ("Files");
1067
1067
        dee_model_append (global_groups, "UnityDefaultRenderer", _tmp35_, UNITY_FILES_PLACE_ICON_PATH "group-recent.svg", NULL);
3459
3459
        _tmp15_ = unity_place_entry_info_get_global_renderer_info (self->priv->files);
3460
3460
        unity_place_renderer_info_set_results_model (_tmp15_, (DeeModel*) global_results_model);
3461
3461
        _tmp16_ = string_to_string (CONFIG_PREFIX);
3462
 
        _tmp17_ = g_strconcat (_tmp16_, "/share/unity/files.png", NULL);
 
3462
        _tmp17_ = g_strconcat (_tmp16_, "/share/unity/themes/files.png", NULL);
3463
3463
        _tmp18_ = _tmp17_;
3464
3464
        unity_place_entry_info_set_icon (self->priv->files, _tmp18_);
3465
3465
        _g_free0 (_tmp18_);