~helene-verhaeghe27/cairo-dock-core/bugfix

« back to all changes in this revision

Viewing changes to src/gldit/cairo-dock-icon-factory.c

  • Committer: matttbe
  • Date: 2011-07-17 19:33:30 UTC
  • Revision ID: matttbe@gmail.com-20110717193330-vtj9al6azivd7k8x
src: default-icon.svg has been moved
CMakeLists.txt: removed scripts from CPACK_SOURCE_IGNORE_FILES
scripts: renamed => misc
moved cairo-dock_theme-creator.sh => misc

Show diffs side-by-side

added added

removed removed

Lines of Context:
283
283
                gchar *cIconPath = cairo_dock_search_image_s_path (CAIRO_DOCK_DEFAULT_ICON_NAME);
284
284
                if (cIconPath == NULL)  // fichier non trouve.
285
285
                {
286
 
                        cIconPath = g_strdup (GLDI_SHARE_DATA_DIR"/"CAIRO_DOCK_DEFAULT_ICON_NAME);
 
286
                        cIconPath = g_strdup (GLDI_SHARE_DATA_DIR"/icons/"CAIRO_DOCK_DEFAULT_ICON_NAME);
287
287
                }
288
288
                icon->pIconBuffer = cairo_dock_create_surface_from_image_simple (cIconPath,
289
289
                        icon->iImageWidth,