diff options
| -rw-r--r-- | lib/Plugins/Makefile.am | 1 | ||||
| -rw-r--r-- | src/Applet/CCApplet.cpp | 7 |
2 files changed, 1 insertions, 7 deletions
diff --git a/lib/Plugins/Makefile.am b/lib/Plugins/Makefile.am index a061688..a3e2769 100644 --- a/lib/Plugins/Makefile.am +++ b/lib/Plugins/Makefile.am @@ -26,6 +26,7 @@ man_MANS = abrt-FileTransfer.7 abrt-Bugzilla.7 abrt-KerneloopsReporter.7\ EXTRA_DIST = $(man_MANS) install-data-hook: + chmod 0600 $(PLUGINS_CONF_DIR)/Bugzilla.conf sed 's: = /var/: = $(localstatedir)/:g' -i \ $(DESTDIR)$(sysconfdir)/abrt/plugins/SQLite3.conf \ $(DESTDIR)$(sysconfdir)/abrt/plugins/Logger.conf diff --git a/src/Applet/CCApplet.cpp b/src/Applet/CCApplet.cpp index c93bd8a..1d6ae17 100644 --- a/src/Applet/CCApplet.cpp +++ b/src/Applet/CCApplet.cpp @@ -69,13 +69,6 @@ const gchar *CApplet::menu_xml = CApplet::CApplet(DBus::Connection &connection, const char *path, const char *name) : DBus::ObjectProxy(connection, path, name) { - setlocale(LC_ALL,""); - -#if ENABLE_NLS - bindtextdomain(PACKAGE, LOCALEDIR); - textdomain(PACKAGE); -#endif - m_pDaemonWatcher = new DaemonWatcher(connection, DBUS_SERVICE_PATH, DBUS_SERVICE_NAME); m_pDaemonWatcher->ConnectStateChangeHandler(DaemonStateChange_cb, this); m_pStatusIcon = gtk_status_icon_new_from_stock(GTK_STOCK_DIALOG_WARNING); |
