~cjcurran/indicator-sound/fixes-945827

« back to all changes in this revision

Viewing changes to src/metadata-widget.c

  • Committer: Charles Kerr
  • Date: 2012-03-17 03:47:55 UTC
  • mfrom: (311.1.1 indicator-sound)
  • Revision ID: charles.kerr@canonical.com-20120317034755-02i1ntle24v1cmhi
merge Gabor Kelemen's lp:~kelemeng/indicator-sound/bug957517 to fix i18n of indicator-sound's accessible description, Bug #957517

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#include "config.h"
23
23
#endif
24
24
 
25
 
#include <glib/gi18n.h>
 
25
#include <glib/gi18n-lib.h>
26
26
#include "metadata-widget.h"
27
27
#include "common-defs.h"
28
28
#include <gtk/gtk.h>