cropper

diff support.c @ 2:e359bea4c8ac

added code for ratio swap; new names for ratio operations; added main.h; some more
author meillo@marmaro.de
date Tue, 04 Dec 2007 23:20:51 +0100
parents 80535e4deaa4
children 5e282003f0c1
line diff
     1.1 --- a/support.c	Tue Dec 04 20:23:25 2007 +0100
     1.2 +++ b/support.c	Tue Dec 04 23:20:51 2007 +0100
     1.3 @@ -112,7 +112,7 @@
     1.4  
     1.5  /* This is used to set ATK action descriptions. */
     1.6  void glade_set_atk_action_description(AtkAction* action, const gchar* action_name, const gchar* description) {
     1.7 -  gint n_actions
     1.8 +  gint n_actions;
     1.9  	gint i;
    1.10  
    1.11    n_actions = atk_action_get_n_actions (action);