~ubuntu-branches/ubuntu/vivid/unity-lens-shopping/vivid

« back to all changes in this revision

Viewing changes to src/main.c

  • Committer: Łukasz 'sil2100' Zemczak
  • Date: 2012-10-04 14:04:28 UTC
  • mfrom: (14.2.4)
  • Revision ID: lukasz.zemczak@canonical.com-20121004140428-wdj89o0arrinea4n
* New upstream release.
  - Use music lens details page for music store results (LP: #1055684)
  - No easy way to disable online-fetched results in lenses (LP: #1054746)
  - Display category emblems on results (LP: #1056901)
  - Descriptions are missing all html tags (LP: #1058197)

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
gboolean unity_shopping_lens_dbus_name_has_owner (const gchar* name);
54
54
gint unity_shopping_lens_main (gchar** args, int args_length1);
55
55
#define CONFIG_PACKAGE "unity-lens-shopping"
56
 
#define CONFIG_LOCALEDIR "/usr/local/share/locale"
 
56
#define CONFIG_LOCALEDIR "/usr/share/locale"
57
57
UnityShoppingLensDaemon* unity_shopping_lens_daemon_new (void);
58
58
UnityShoppingLensDaemon* unity_shopping_lens_daemon_construct (GType object_type);
59
59