comparison src/cache_maint.c @ 446:ddabc4873a3f

Effectively drop empty newlines at end of files (missing from rev 535)
author zas_
date Sun, 20 Apr 2008 18:07:51 +0000
parents 4b2d7f9af171
children 48c8e49b571c
comparison
equal deleted inserted replaced
445:89f8bffbce21 446:ddabc4873a3f
1242 gtk_size_group_add_widget(sizegroup, button); 1242 gtk_size_group_add_widget(sizegroup, button);
1243 pref_table_label(table, 1, 0, _("Remove orphaned keywords and comments."), 0.0); 1243 pref_table_label(table, 1, 0, _("Remove orphaned keywords and comments."), 0.0);
1244 1244
1245 gtk_widget_show(cache_manager->dialog->dialog); 1245 gtk_widget_show(cache_manager->dialog->dialog);
1246 } 1246 }
1247