Mercurial > geeqie.yaz
comparison src/main.c @ 326:509b84801d66
Rename slideshow options.
author | zas_ |
---|---|
date | Sat, 12 Apr 2008 07:46:01 +0000 |
parents | d344bcf37618 |
children | 049d6b00cc14 |
comparison
equal
deleted
inserted
replaced
325:a0fcd4934266 | 326:509b84801d66 |
---|---|
401 print_term(buf); | 401 print_term(buf); |
402 g_free(buf); | 402 g_free(buf); |
403 | 403 |
404 return; | 404 return; |
405 } | 405 } |
406 options->slideshow_delay = (gint)(n * 10.0 + 0.01); | 406 options->slideshow.delay = (gint)(n * 10.0 + 0.01); |
407 } | 407 } |
408 | 408 |
409 static void gr_tools_show(const gchar *text, gpointer data) | 409 static void gr_tools_show(const gchar *text, gpointer data) |
410 { | 410 { |
411 gint popped; | 411 gint popped; |