~ubuntu-branches/ubuntu/wily/gnome-build/wily

« back to all changes in this revision

Viewing changes to src/backends/libgbf_am/gbf-am-config.c

  • Committer: Bazaar Package Importer
  • Author(s): Rob Bradford
  • Date: 2008-09-24 22:23:00 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20080924222300-td15smr2fr5fsfjd
Tags: 2.24.0-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
                    }
94
94
                    break;
95
95
            default:
96
 
                    g_warning (_("Invalid GbfAmConfigValue type"));
 
96
                    g_warning ("%s", _("Invalid GbfAmConfigValue type"));
97
97
                    break;
98
98
        }
99
99
        g_free (value);
127
127
                    value->list = g_slist_reverse (value->list);
128
128
                    break;
129
129
            default:
130
 
                    g_warning (_("Invalid GbfAmConfigValue type"));
 
130
                    g_warning ("%s", _("Invalid GbfAmConfigValue type"));
131
131
                    break;
132
132
        }
133
133