network: kill more tabs

This commit is contained in:
William Jon McCann 2011-01-24 15:48:04 -05:00
parent 308db2da1a
commit bb752ed25c

View file

@ -28,11 +28,11 @@
void
g_io_module_load (GIOModule *module)
{
bindtextdomain (GETTEXT_PACKAGE, GNOMELOCALEDIR);
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
bindtextdomain (GETTEXT_PACKAGE, GNOMELOCALEDIR);
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
/* register the panel */
cc_network_panel_register (module);
/* register the panel */
cc_network_panel_register (module);
}
void