~ubuntu-branches/ubuntu/vivid/xfce4-panel/vivid-proposed

« back to all changes in this revision

Viewing changes to plugins/clock/clock.c

  • Committer: Package Import Robot
  • Author(s): Jackson Doak
  • Date: 2015-03-01 13:30:23 UTC
  • mfrom: (1.1.40)
  • Revision ID: package-import@ubuntu.com-20150301133023-e3s8470q95prsiay
Tags: 4.12.0-0ubuntu1
* New upstream release. LP: #1424887
  - Update french translation. LP: #1397353

Show diffs side-by-side

added added

removed removed

Lines of Context:
895
895
 
896
896
      if (g_file_test (filename, G_FILE_TEST_IS_DIR))
897
897
        {
898
 
          clock_plugin_configure_zoneinfo_model_insert (store, filename);
 
898
          if (!g_file_test (filename, G_FILE_TEST_IS_SYMLINK))
 
899
            clock_plugin_configure_zoneinfo_model_insert (store, filename);
899
900
        }
900
901
      else
901
902
        {