aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-03-12 13:04:22 -0600
committerTed Gould <ted@gould.cx>2010-03-12 13:04:22 -0600
commit535a2e63fd4e605ef63c933797abedcc28a55861 (patch)
treea1cad53c24435c5018cc263e1ff66eb4d1cf415b /src
parent4172abb3ac9b3dbf10e007ba1422db14cc7599c5 (diff)
downloadayatana-indicator-session-535a2e63fd4e605ef63c933797abedcc28a55861.tar.gz
ayatana-indicator-session-535a2e63fd4e605ef63c933797abedcc28a55861.tar.bz2
ayatana-indicator-session-535a2e63fd4e605ef63c933797abedcc28a55861.zip
Setting up the indicator to use library translations so they'll be grabbed from the right domain.
Diffstat (limited to 'src')
-rw-r--r--src/indicator-session.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/indicator-session.c b/src/indicator-session.c
index a815e40..54431ee 100644
--- a/src/indicator-session.c
+++ b/src/indicator-session.c
@@ -20,9 +20,13 @@ You should have received a copy of the GNU General Public License along
with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <glib.h>
#include <glib-object.h>
-#include <glib/gi18n.h>
+#include <glib/gi18n-lib.h>
#include <gtk/gtk.h>
#include <libdbusmenu-gtk/menu.h>