gthumb r2358 - in trunk: . src
- From: mjc svn gnome org
- To: svn-commits-list gnome org
- Subject: gthumb r2358 - in trunk: . src
- Date: Sat, 26 Jul 2008 11:20:44 +0000 (UTC)
Author: mjc
Date: Sat Jul 26 11:20:44 2008
New Revision: 2358
URL: http://svn.gnome.org/viewvc/gthumb?rev=2358&view=rev
Log:
2008-07-26 Michael J. Chudobiak <mjc svn gnome org>
* src/dlg-web-exporter.c: (get_default_theme): Minor code tidy-up,
to avoid an uninitialized variable.
Modified:
trunk/ChangeLog
trunk/src/dlg-web-exporter.c
Modified: trunk/src/dlg-web-exporter.c
==============================================================================
--- trunk/src/dlg-web-exporter.c (original)
+++ trunk/src/dlg-web-exporter.c Sat Jul 26 11:20:44 2008
@@ -360,13 +360,14 @@
".gnome2",
"gthumb/albumthemes",
NULL);
+ system_theme_dir = g_build_path (G_DIR_SEPARATOR_S,
+ GTHUMB_DATADIR,
+ "gthumb/albumthemes",
+ NULL);
+
found = theme_present (current_theme, local_theme_dir);
if (!found) {
- system_theme_dir = g_build_path (G_DIR_SEPARATOR_S,
- GTHUMB_DATADIR,
- "gthumb/albumthemes",
- NULL);
found = theme_present (current_theme, system_theme_dir);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]