Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 538484 | Differences between
and this patch

Collapse All | Expand All

(-)a/plugins/clock/clock.c.orig (-1 / +1 lines)
Lines 893-899 Link Here
893
      filename = g_build_filename (parent, name, NULL);
893
      filename = g_build_filename (parent, name, NULL);
894
      if (g_file_test (filename, G_FILE_TEST_IS_DIR))
894
      if (g_file_test (filename, G_FILE_TEST_IS_DIR) && !g_file_test (filename, G_FILE_TEST_IS_SYMLINK))
895
        {
895
        {
896
          clock_plugin_configure_zoneinfo_model_insert (store, filename);
896
          clock_plugin_configure_zoneinfo_model_insert (store, filename);
897
        }
897
        }

Return to bug 538484