diff src/layout.c @ 1279:6248faa9e829

do not translate already translated texts from desktop files
author nadvornik
date Tue, 03 Feb 2009 18:04:10 +0000
parents a5c78d3cfea0
children 8b89e3ff286b
line wrap: on
line diff
--- a/src/layout.c	Tue Feb 03 13:52:20 2009 +0000
+++ b/src/layout.c	Tue Feb 03 18:04:10 2009 +0000
@@ -1743,6 +1743,7 @@
 	if (lw->ui_manager) g_object_unref(lw->ui_manager);
 	lw->ui_manager = NULL;
 	lw->action_group = NULL;
+	lw->action_group_external = NULL;
 
 	gtk_container_remove(GTK_CONTAINER(lw->main_box), lw->group_box);
 	lw->group_box = NULL;