mirror of https://github.com/GNOME/gimp.git
cleaned up the messy spanish translation someone added
fixed compiler warnings, changed some gints to gbooleans cleaned up namespace and documentation updated libgimp documentation --Sven
This commit is contained in:
parent
ff6ea8be8f
commit
f41df6dcf9
|
@ -117,8 +117,8 @@ static void splash_logo_expose (GtkWidget *widget);
|
|||
static void toast_old_temp_files (void);
|
||||
|
||||
|
||||
static gint is_app_exit_finish_done = FALSE;
|
||||
gint we_are_exiting = FALSE;
|
||||
static gboolean is_app_exit_finish_done = FALSE;
|
||||
gboolean we_are_exiting = FALSE;
|
||||
|
||||
static GtkWidget *logo_area = NULL;
|
||||
static GdkPixmap *logo_pixmap = NULL;
|
||||
|
|
Loading…
Reference in New Issue