~ubuntu-branches/ubuntu/wily/almanah/wily

« back to all changes in this revision

Viewing changes to src/interface.c

  • Committer: Package Import Robot
  • Author(s): Angel Abad
  • Date: 2013-05-14 10:27:40 UTC
  • mfrom: (1.4.3)
  • Revision ID: package-import@ubuntu.com-20130514102740-51ms12655c04devm
Tags: 0.10.8-1
* Imported Upstream version 0.10.8
* debian/control:
  - Build-Depends on versioned libgtk-3-dev (>= 3.5.6)
  - Remove libedataserverui-3.0-dev from Build-Depends
  - Build-Depends on libgtkspell3-3-dev
* debian/patches/desktop_keywords:
  - Add Keywords entry in .desktop file
* debian/patches/spellchecking_error:
  - Fix spellchecking errors

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
}
36
36
 
37
37
const gchar *
 
38
almanah_get_interface_app_menu_filename (void)
 
39
{
 
40
        if (g_file_test ("./data/almanah-app-menu.ui", G_FILE_TEST_EXISTS) == TRUE)
 
41
                return "./data/almanah-app-menu.ui";
 
42
        else
 
43
                return PACKAGE_DATA_DIR"/almanah/almanah-app-menu.ui";
 
44
}
 
45
 
 
46
const gchar *
38
47
almanah_get_css_path (void)
39
48
{
40
49
        if (g_file_test ("./data", G_FILE_TEST_IS_DIR) == TRUE)