~ubuntu-branches/ubuntu/raring/tracker/raring

« back to all changes in this revision

Viewing changes to src/libtracker-common/tracker-locale.c

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2011-10-21 16:42:59 UTC
  • mfrom: (4.4.28 experimental)
  • Revision ID: package-import@ubuntu.com-20111021164259-322n6i3db3icfyna
Tags: 0.12.6-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
        /* Initialize those not retrieved from gconf, or if not in meegotouch */
122
122
        for (i = 0; i < TRACKER_LOCALE_LAST; i++) {
123
123
                if (!current_locales[i]) {
124
 
                        const gchar *env_locale;
 
124
                        const gchar *env_locale = NULL;
125
125
 
126
126
                        switch (i) {
127
127
                        case TRACKER_LOCALE_LANGUAGE: