diff src/aim.c @ 180:0ff9f19b9b23

[gaim-migrate @ 190] Option to automatically check for new versions committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Wed, 26 Apr 2000 07:39:17 +0000
parents c99d0b82c8a8
children 77ba079b355a
line wrap: on
line diff
--- a/src/aim.c	Wed Apr 26 02:49:59 2000 +0000
+++ b/src/aim.c	Wed Apr 26 07:39:17 2000 +0000
@@ -447,6 +447,7 @@
 }
 
 extern show_debug(GtkObject *);
+
 int main(int argc, char *argv[])
 {
 #ifdef USE_APPLET
@@ -460,6 +461,12 @@
 
         set_defaults();
         load_prefs();
+
+	if (general_options & OPT_GEN_CHECK_VERSIONS)
+	{
+		check_gaim_versions();
+	}
+
 	if (general_options & OPT_GEN_DEBUG)
 		show_debug(NULL);