comparison src/bar_info.c @ 1055:1646720364cf

Adding a vim modeline to all files - patch by Klaus Ethgen
author nadvornik
date Tue, 07 Oct 2008 18:20:22 +0000
parents 2a02fa29478b
children 6ca88a8380d4
comparison
equal deleted inserted replaced
1054:9157291b79a4 1055:1646720364cf
1493 gtk_widget_set_sensitive(bd->button_set_keywords_replace, enable); 1493 gtk_widget_set_sensitive(bd->button_set_keywords_replace, enable);
1494 gtk_widget_set_sensitive(bd->button_set_comment_add, enable); 1494 gtk_widget_set_sensitive(bd->button_set_comment_add, enable);
1495 gtk_widget_set_sensitive(bd->button_set_comment_replace, enable); 1495 gtk_widget_set_sensitive(bd->button_set_comment_replace, enable);
1496 1496
1497 } 1497 }
1498 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */