comparison src/layout_util.c @ 513:985fdfebd89e

Remove whitespace between function name and first parenthesis for the sake of consistency. (pass 2)
author zas_
date Thu, 24 Apr 2008 12:47:09 +0000
parents f9bf33be53ff
children 0717bcc4f2b7
comparison
equal deleted inserted replaced
512:f9bf33be53ff 513:985fdfebd89e
1398 { 1398 {
1399 GError *error; 1399 GError *error;
1400 1400
1401 if (lw->ui_manager) return; 1401 if (lw->ui_manager) return;
1402 1402
1403 lw->action_group = gtk_action_group_new ("MenuActions"); 1403 lw->action_group = gtk_action_group_new("MenuActions");
1404 gtk_action_group_set_translate_func(lw->action_group, menu_translate, NULL, NULL); 1404 gtk_action_group_set_translate_func(lw->action_group, menu_translate, NULL, NULL);
1405 1405
1406 gtk_action_group_add_actions(lw->action_group, 1406 gtk_action_group_add_actions(lw->action_group,
1407 menu_entries, G_N_ELEMENTS(menu_entries), lw); 1407 menu_entries, G_N_ELEMENTS(menu_entries), lw);
1408 gtk_action_group_add_toggle_actions(lw->action_group, 1408 gtk_action_group_add_toggle_actions(lw->action_group,