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

« back to all changes in this revision

Viewing changes to src/gldit/cairo-dock-themes-manager.c

  • Committer: Matthieu Baerts
  • Date: 2011-12-04 14:48:31 UTC
  • Revision ID: matttbe@gmail.com-20111204144831-w1brh66m8igy5nl6
CMakeLists.txt:
 * Used GTK3+ by default if available (the port is almost ready and it should compiles fine but don't hesitate to report any bug(s) there: http://www.glx-dock.org/bg_topic.php?t=5745)
 * Used GNU standard installation directories:  http://www.gnu.org/prep/standards/html_node/Directory-Variables.html
src/gldi: added this define: GLDI_BIN_DIR

Show diffs side-by-side

added added

removed removed

Lines of Context:
235
235
        
236
236
        cd_message ("building theme package ...");
237
237
        int r;
238
 
        if (g_file_test (GLDI_SHARE_DATA_DIR"/../../bin/cairo-dock-package-theme", G_FILE_TEST_EXISTS))
 
238
        if (g_file_test (GLDI_BIN_DIR"/cairo-dock-package-theme", G_FILE_TEST_EXISTS))
239
239
        {
240
240
                gchar *cCommand;
241
241
                const gchar *cTerm = g_getenv ("TERM");