Revision: 2105
          http://gtkpod.svn.sourceforge.net/gtkpod/?rev=2105&view=rev
Author:   jcsjcs
Date:     2008-08-17 02:43:16 +0000 (Sun, 17 Aug 2008)

Log Message:
-----------
        * src/prefsdlg.c (on_commands_clicked, on_cmd_aacgain_file_set):
          variable for aacgain was defined as "aacgain_path" instead of
          "path_aacgain".

Modified Paths:
--------------
    gtkpod/trunk/ChangeLog
    gtkpod/trunk/src/prefsdlg.c

Modified: gtkpod/trunk/ChangeLog
===================================================================
--- gtkpod/trunk/ChangeLog      2008-08-17 02:34:06 UTC (rev 2104)
+++ gtkpod/trunk/ChangeLog      2008-08-17 02:43:16 UTC (rev 2105)
@@ -27,6 +27,10 @@
        * src/prefsdlg.c (on_unsetdeps_checkbox_toggled): fixed memory
          leak.
 
+       * src/prefsdlg.c (on_commands_clicked, on_cmd_aacgain_file_set):
+         variable for aacgain was defined as "aacgain_path" instead of
+         "path_aacgain".
+
 2008-08-16 Paul Richardson <phantom_sf at users.sourceforge.net>
 
        * src/display.c: memory leak fix in display_image_dialog. Thanks to

Modified: gtkpod/trunk/src/prefsdlg.c
===================================================================
--- gtkpod/trunk/src/prefsdlg.c 2008-08-17 02:34:06 UTC (rev 2104)
+++ gtkpod/trunk/src/prefsdlg.c 2008-08-17 02:43:16 UTC (rev 2105)
@@ -1144,7 +1144,7 @@
                g_free (path);
        }
 
-       temp = prefs_get_string ("aacgain_path");
+       temp = prefs_get_string ("path_aacgain");
        
        if(temp)
        {
@@ -1199,7 +1199,7 @@
 */
 G_MODULE_EXPORT void on_cmd_aacgain_file_set (GtkFileChooserButton *sender, 
gpointer e)
 {
-       prefs_set_string ("aacgain_path",
+       prefs_set_string ("path_aacgain",
                                          gtk_file_chooser_get_filename 
(GTK_FILE_CHOOSER (sender)));
 }
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to