ayttm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ayttm-commits] CVS: ayttm/src Makefile.am,1.4,1.5 main.c,1.3,1.4 add_un


From: Andy Maloney <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/src Makefile.am,1.4,1.5 main.c,1.3,1.4 add_unknown_account.c,1.2,NONE contact-update.pl,1.1.1.1,NONE netscape_remote.c,1.1.1.1,NONE netscape_remote.h,1.1.1.1,NONE update.pl,1.1.1.1,NONE
Date: Sat, 04 Jan 2003 15:12:40 -0500

Update of /cvsroot/ayttm/ayttm/src
In directory subversions:/tmp/cvs-serv12581/src

Modified Files:
        Makefile.am main.c 
Removed Files:
        add_unknown_account.c contact-update.pl netscape_remote.c 
        netscape_remote.h update.pl 
Log Message:
Remove unused files
Removed unnecessary checks in main for updating old format files


Index: Makefile.am
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile.am 4 Jan 2003 13:59:27 -0000       1.4
+++ Makefile.am 4 Jan 2003 20:12:37 -0000       1.5
@@ -19,7 +19,7 @@
        nomodule.h file_select.h extgtktext.h contact_actions.h \
        smileys.h intl.h account_parser.h contact_parser.h
 
-EXTRA_DIST = update.pl contact-update.pl
+EXTRA_DIST =
 
 CFLAGS = @CFLAGS@ $(EB_CFLAGS) -I$(top_srcdir) -I$(top_srcdir)/libproxy \
        $(GNOME_INCLUDEDIR)
@@ -30,7 +30,7 @@
 localedir = $(datadir)/locale
 DEFS = @DEFS@ -DLOCALEDIR=\"$(localedir)\" -D_REENTRANT
 
-bin_SCRIPTS = update.pl contact-update.pl
+bin_SCRIPTS =
 
 defaults.h: Makefile
        @rm -f defaults.h >/dev/null 2>&1;

Index: main.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/main.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- main.c      2 Jan 2003 11:16:44 -0000       1.3
+++ main.c      4 Jan 2003 20:12:37 -0000       1.4
@@ -59,9 +59,9 @@
 #include <locale.h>
 
 #define PACKAGE "yattm"
-void eb_show_contact_list() { }
 
-void eb_cli_ver ()
+
+static void eb_cli_ver ()
 {
   printf("Yattm v%s\n", VERSION);
   printf("Copyright (C) 1999 Torrey Searle\n");
@@ -72,7 +72,7 @@
   printf("matters, see the file named COPYING.\n");
   printf("\nYattm is brought to you by (in no order): Torrey Searle, \n");
   printf("Jared Peterson, Ben Rigas, Alex Wheeler, Robert Lazzurs, Meredydd 
Luff,\n");
-  printf("Vance Lankhaar, Erik Inge Bolsø, Colin Leroy, Philip Tellis, Jeff 
Miller,\n");
+  printf("Vance Lankhaar, Erik Inge Bolsø, Colin Leroy, Philip Tellis, Jeff 
Miller,\n");
   printf("and Troy Morrison.\n");
   printf("\nFor more information on Yattm, visit the website at\n");
   printf("         http://www.yattm.com/\n";);
@@ -86,7 +86,7 @@
   const char * help;
 };
 
-struct option_help options [] =
+static struct option_help options [] =
 {
   {'h', "help",       "Display this help and exit"},
   {'v', "version",    "Output version information and exit"},
@@ -101,7 +101,7 @@
 
 
 
-void eb_cli_help (const char * cmd)
+static void eb_cli_help (const char * cmd)
 {
   unsigned int i = 0;
 
@@ -144,15 +144,16 @@
 GtkWidget *current_parent_widget = NULL;
 
 
-void start_login(gboolean new)
+static void start_login(gboolean new)
 {
        extern gint do_login_on_startup ;
 
        if (new)
-               eb_new_user();
-       else
+       {
+               eb_new_user();
+       }
+       else
        {
-               eb_show_contact_list();
                eb_status_window();
                if(do_login_on_startup) eb_sign_on_all(NULL, NULL) ;
        }
@@ -166,18 +167,15 @@
        int len;
 #ifndef __MINGW32__
        struct sockaddr_un local;
+       int disable_console_server = FALSE;
 #else
        struct sockaddr_in local;
+       int disable_console_server = TRUE;
 #endif
        char message[4096] = "";
        char contact[256] = "";
        gchar buff[1024];
        struct stat stat_buf;
-#ifndef __MINGW32__
-       int disable_console_server = FALSE;
-#else
-       int disable_console_server = TRUE;
-#endif
        gboolean accounts_success = FALSE;
 
        GtkWidget *wid;
@@ -408,10 +406,6 @@
        //proxy_set_proxy( PROXY_NONE, "", 0 );
        //proxy_set_proxy(PROXY_SOCKS5,"24.0.201.225",1080);
 
-#ifndef __MINGW32__
-       system("update.pl");
-       system("contact-update.pl");
-#endif
        eb_read_prefs();
        /* Initalize the menus that are available through the plugin_api */
        init_menus();

--- add_unknown_account.c DELETED ---

--- contact-update.pl DELETED ---

--- netscape_remote.c DELETED ---

--- netscape_remote.h DELETED ---

--- update.pl DELETED ---





reply via email to

[Prev in Thread] Current Thread [Next in Thread]