[goobox] fixed cover autofetch logic
- From: Paolo Bacchilega <paobac src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [goobox] fixed cover autofetch logic
- Date: Mon, 16 Nov 2009 11:47:05 +0000 (UTC)
commit 9ba005642188ed841ce45a10496a00bcc228fbfe
Author: Paolo Bacchilega <paobac src gnome org>
Date: Mon Nov 16 12:46:28 2009 +0100
fixed cover autofetch logic
src/goo-window.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/goo-window.c b/src/goo-window.c
index 90022bf..b1a719d 100644
--- a/src/goo-window.c
+++ b/src/goo-window.c
@@ -1533,9 +1533,9 @@ goo_window_set_current_cd_autofetch (GooWindow *window,
gboolean
goo_window_get_current_cd_autofetch (GooWindow *window)
{
+ gboolean autofetch = TRUE;
GKeyFile *kv_file;
char *config_filename;
- gboolean autofetch = FALSE;
kv_file = g_key_file_new ();
config_filename = gth_user_dir_get_file (GTH_DIR_CONFIG, "goobox", "config", NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]