@@ -122,7 +122,7 @@ static GList* nmbs_properties_get_columns(NautilusColumnProvider*)
122122 NautilusColumn * column = nautilus_column_new (
123123 "NmbsProperties::classification" ,
124124 nmbs_column_classification_key ,
125- gettext ("classification " ),
125+ gettext ("Classification " ),
126126 "Displays ADatP-4774 classification metadata"
127127 );
128128
@@ -373,8 +373,6 @@ static void nmbs_properties_model_provider_iface_init(NautilusPropertiesModelPro
373373void nautilus_module_initialize (GTypeModule * module )
374374{
375375 g_log ("NMBS" , G_LOG_LEVEL_DEBUG , "nautilus_module_initialize" );
376- g_log ("NMBS" , G_LOG_LEVEL_DEBUG , "LC_ALL: %s" , getenv ("LC_ALL" ));
377- g_log ("NMBS" , G_LOG_LEVEL_DEBUG , "LC_MESSAGES: %s" , getenv ("LC_MESSAGES" ));
378376 g_log ("NMBS" , G_LOG_LEVEL_DEBUG , "LANG: %s" , getenv ("LANG" ));
379377 g_log ("NMBS" , G_LOG_LEVEL_DEBUG , "NMBS_LOCPATH: %s" , getenv ("NMBS_LOCPATH" ));
380378
@@ -383,15 +381,12 @@ void nautilus_module_initialize(GTypeModule* module)
383381 g_log ("NMBS" , G_LOG_LEVEL_DEBUG , "setlocale: %s" , setlocale (LC_ALL , "" ));
384382 g_log ("NMBS" , G_LOG_LEVEL_DEBUG , "bindtextdomain: %s" , bindtextdomain ("nmbs" , getenv ("NMBS_LOCPATH" )));
385383 g_log ("NMBS" , G_LOG_LEVEL_DEBUG , "textdomain: %s" , textdomain ("nmbs" ));
386-
387- g_log ("NMBS" , G_LOG_LEVEL_DEBUG , "TEST: %s" , gettext ("test" ));
388- g_log ("NMBS" , G_LOG_LEVEL_DEBUG , "TEST: %s" , gettext ("test2" ));
389384}
390385
391386void nautilus_module_shutdown (void )
392387{
393388 g_log ("NMBS" , G_LOG_LEVEL_DEBUG , "nautilus_module_shutdown" );
394- // Free memory if necessary
389+ nmbs_cleanup ();
395390}
396391
397392void nautilus_module_list_types (const GType * * types , int * num_types )
0 commit comments