summaryrefslogtreecommitdiff
path: root/sendto/plugins/removable-devices
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-12-31 19:13:50 +0100
committerraveit65 <[email protected]>2021-01-28 21:14:30 +0100
commit86d43b190d57402a7e531a8079f90b52bc83567f (patch)
tree4e9e636556e89804ee956d13a7971bce59a99ba3 /sendto/plugins/removable-devices
parentd9f4cc876d523560f97156ceda1905ee34ffdaae (diff)
downloadcaja-extensions-86d43b190d57402a7e531a8079f90b52bc83567f.tar.bz2
caja-extensions-86d43b190d57402a7e531a8079f90b52bc83567f.tar.xz
Do not call bindtextdomain/bind_textdomain_codeset in libraries
Diffstat (limited to 'sendto/plugins/removable-devices')
-rw-r--r--sendto/plugins/removable-devices/removable-devices.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sendto/plugins/removable-devices/removable-devices.c b/sendto/plugins/removable-devices/removable-devices.c
index f64b17c..1b09b19 100644
--- a/sendto/plugins/removable-devices/removable-devices.c
+++ b/sendto/plugins/removable-devices/removable-devices.c
@@ -151,9 +151,6 @@ init (NstPlugin *plugin)
{
g_print ("Init removable-devices plugin\n");
- bindtextdomain (GETTEXT_PACKAGE, MATELOCALEDIR);
- bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
-
vol_monitor = g_volume_monitor_get ();
cb = gtk_combo_box_new ();