comparison src/thumb_standard.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 b16b9b8979e5
comparison
equal deleted inserted replaced
287:fd5c62403498 288:d1f74154463e
351 gchar *pathl; 351 gchar *pathl;
352 gint success; 352 gint success;
353 353
354 mark_uri = (tl->cache_local) ? tl->local_uri :tl->thumb_uri; 354 mark_uri = (tl->cache_local) ? tl->local_uri :tl->thumb_uri;
355 355
356 mark_app = g_strdup_printf("Geeqie %s", VERSION); 356 mark_app = g_strdup_printf("%s %s", GQ_APPNAME, VERSION);
357 mark_mtime = g_strdup_printf("%lu", tl->source_mtime); 357 mark_mtime = g_strdup_printf("%lu", tl->source_mtime);
358 358
359 pathl = path_from_utf8(tmp_path); 359 pathl = path_from_utf8(tmp_path);
360 success = gdk_pixbuf_save(pixbuf, pathl, "png", NULL, 360 success = gdk_pixbuf_save(pixbuf, pathl, "png", NULL,
361 THUMB_MARKER_URI, mark_uri, 361 THUMB_MARKER_URI, mark_uri,