comparison src/pixbuf_util.c @ 288:d1f74154463e

Replace occurences of Geeqie / geeqie by constants defined in main.h.
author zas_
date Wed, 09 Apr 2008 13:53:01 +0000
parents 9995c5fb202a
children 4b2d7f9af171
comparison
equal deleted inserted replaced
287:fd5c62403498 288:d1f74154463e
30 gint ret; 30 gint ret;
31 31
32 if (!pixbuf || !filename) return FALSE; 32 if (!pixbuf || !filename) return FALSE;
33 33
34 ret = gdk_pixbuf_save(pixbuf, filename, "png", &error, 34 ret = gdk_pixbuf_save(pixbuf, filename, "png", &error,
35 "tEXt::Software", "Geeqie "VERSION, NULL); 35 "tEXt::Software", GQ_APPNAME " " VERSION, NULL);
36 36
37 if (error) 37 if (error)
38 { 38 {
39 printf("Error saving png file: %s\n", error->message); 39 printf("Error saving png file: %s\n", error->message);
40 g_error_free(error); 40 g_error_free(error);