Update of /cvsroot/gtkpod/gtkpod/src
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv31403/src

Modified Files:
        main.c misc_confirm.c prefs.c prefs_window.c 
Log Message:
        * README
          src/main.c
          src/misc_confirm.c
          src/prefs.c
          src/prefs_window.c: removed references to "automount".



Index: main.c
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/src/main.c,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- main.c      26 Jun 2006 23:58:17 -0000      1.57
+++ main.c      24 Sep 2006 12:16:26 -0000      1.58
@@ -1,4 +1,4 @@
-/* Time-stamp: <2006-05-21 12:24:57 jcs>
+/* Time-stamp: <2006-09-24 20:49:39 jcs>
 |
 |  Copyright (C) 2002-2005 Jorg Schuler <jcsjcs at users sourceforge net>
 |  Part of the gtkpod project.
@@ -132,7 +132,6 @@
   /* stuff to be done before starting gtkpod */
   call_script ("gtkpod.in", NULL);
 
-/*  if(prefs_get_int("automount"))      mount_ipod();*/
   if(prefs_get_int("autoimport") || prefs_get_int("autoimport_commandline"))
       gp_load_ipods ();
 

Index: misc_confirm.c
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/src/misc_confirm.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- misc_confirm.c      2 Jul 2006 04:45:10 -0000       1.43
+++ misc_confirm.c      24 Sep 2006 12:16:26 -0000      1.44
@@ -1,4 +1,4 @@
-/* Time-stamp: <2006-07-02 13:42:35 jcs>
+/* Time-stamp: <2006-09-24 20:49:39 jcs>
 |
 |  Copyright (C) 2002-2005 Jorg Schuler <jcsjcs at users sourceforge net>
 |  Part of the gtkpod project.
@@ -876,11 +876,6 @@
 #endif
        display_cleanup ();
 
-       if(prefs_get_int("automount"))
-       {
-/*         unmount_ipod ();*/
-       }
-
        call_script ("gtkpod.out", NULL);
        gtk_main_quit ();
        return FALSE;

Index: prefs.c
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/src/prefs.c,v
retrieving revision 1.269
retrieving revision 1.270
diff -u -d -r1.269 -r1.270
--- prefs.c     18 Sep 2006 07:10:44 -0000      1.269
+++ prefs.c     24 Sep 2006 12:16:26 -0000      1.270
@@ -1,4 +1,4 @@
-/* Time-stamp: <2006-09-18 15:27:13 jcs>
+/* Time-stamp: <2006-09-24 20:49:39 jcs>
 |
 |  Copyright (C) 2002-2005 Jorg Schuler <jcsjcs at users sourceforge net>
 |  Copyright (C) 2006 James Liggett <jrliggett at cox.net>
@@ -231,7 +231,6 @@
     prefs_set_string("coverart_template", "%A;folder.jpg");
     prefs_set_int("mserv_use", FALSE);
     prefs_set_string("mserv_username", "");
-    prefs_set_int("automount", FALSE);
     prefs_set_int("startup_messages", TRUE);
     prefs_set_int("add_recursively", TRUE);
     prefs_set_int("info_window", FALSE);
@@ -854,6 +853,7 @@
     prefs_set_string("save_sorted_order", NULL);
     prefs_set_string("fix_path", NULL);
     prefs_set_string("write_gaintag", NULL);
+    prefs_set_string("automount", NULL);
 
 
     /* sp_created_cond renamed to sp_added_cond */

Index: prefs_window.c
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/src/prefs_window.c,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -d -r1.184 -r1.185
--- prefs_window.c      18 Sep 2006 07:10:45 -0000      1.184
+++ prefs_window.c      24 Sep 2006 12:16:26 -0000      1.185
@@ -1,4 +1,4 @@
-/* Time-stamp: <2006-09-18 15:35:32 jcs>
+/* Time-stamp: <2006-09-24 20:49:38 jcs>
 |
 |  Copyright (C) 2002 Corey Donohoe <atmos at atmos.org>
 |  Copyright (C) 2002-2005 Jorg Schuler <jcsjcs at users sourceforge net>
@@ -618,11 +618,6 @@
                                 prefs_get_int("write_extended_info"));
 
 
-if ((w = gtkpod_xml_get_widget (prefs_window_xml, "cfg_automount_ipod")))
-    {
-       gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(w),
-                                    prefs_get_int("automount"));
-    }
     if ((w = gtkpod_xml_get_widget (prefs_window_xml, "cfg_sort_tab_num_sb")))
     {
        gtk_spin_button_set_range (GTK_SPIN_BUTTON (w),
@@ -1384,14 +1379,6 @@
 }
 
 void
-on_cfg_automount_ipod_toggled          (GtkToggleButton *togglebutton,
-                                       gpointer         user_data)
-{
-    temp_prefs_set_int(temp_prefs, "automount",
-                      gtk_toggle_button_get_active (togglebutton));
-}
-
-void
 on_cfg_temporarily_disable_sorting     (GtkToggleButton *togglebutton,
                                         gpointer         user_data)
 {


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to