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

« back to all changes in this revision

Viewing changes to src/cairo-dock-gui-items.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:
457
457
                        if (cImagePath == NULL || ! g_file_test (cImagePath, G_FILE_TEST_EXISTS))
458
458
                        {
459
459
                                g_free (cImagePath);
460
 
                                cImagePath = g_strdup (CAIRO_DOCK_SHARE_DATA_DIR"/"CAIRO_DOCK_DEFAULT_ICON_NAME);
 
460
                                cImagePath = g_strdup (CAIRO_DOCK_SHARE_DATA_DIR"/icons/"CAIRO_DOCK_DEFAULT_ICON_NAME);
461
461
                        }
462
462
                }
463
463
        }