ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/src crash.c,1.4,1.5 status.c,1.21,1.22


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/src crash.c,1.4,1.5 status.c,1.21,1.22
Date: Thu, 16 Jan 2003 16:40:52 -0500

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

Modified Files:
        crash.c status.c 
Log Message:
- src/crash.c
remove useless filename and its g_free()
- src/status.c
put back the web site in help menu



Index: crash.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/crash.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- crash.c     16 Jan 2003 20:03:16 -0000      1.4
+++ crash.c     16 Jan 2003 21:40:50 -0000      1.5
@@ -329,14 +329,12 @@
        time_t timer;
        struct tm *lt;
        char buf[100];
-       gchar *filename;
 
        timer = time(NULL);
        lt = localtime(&timer);
        strftime(buf, sizeof buf, "ayttm-crash-log-%Y-%m-%d-%H-%M-%S.txt", lt);
        printf("saving crash log to %s\n",buf);
        str_write_to_file(text, buf);
-/*     g_free(filename);       */
 }
 
 /*!

Index: status.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/status.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- status.c    16 Jan 2003 20:03:16 -0000      1.21
+++ status.c    16 Jan 2003 21:40:50 -0000      1.22
@@ -1662,8 +1662,8 @@
 }
 
 static GtkItemFactoryEntry menu_items[] = {
-  { N_("/_File"),                      NULL,       NULL, 0, "<Branch>" },
-  { N_("/File/_Import"),               NULL,       NULL, 0, NULL },
+  { N_("/_File"),              NULL,       NULL, 0, "<Branch>" },
+  { N_("/File/_Import"),       NULL,       NULL, 0, NULL },
   { N_("/File/_Set profile"),  NULL,       NULL, 0, NULL },
   { N_("/File/_Set status"),   NULL,       NULL, 0, NULL },
   { N_("/File/---"),           NULL,         NULL, 0, "<Separator>" },
@@ -1671,19 +1671,24 @@
   { N_("/File/Sign o_ff all"), "<control>F", eb_sign_off_all, 0, NULL },
   { N_("/File/---"),           NULL,         NULL, 0, "<Separator>" },
   { N_("/File/_Quit"),         "<control>Q", delete_event, 0, NULL },
-  { N_("/_Tools"),                     "NULL", NULL, 0, "<Branch>" },
-  { N_("/Tools/_New group chat..."),NULL, launch_group_chat, 0, NULL },
+  { N_("/_Tools"),             NULL, NULL, 0, "<Branch>" },
+  { N_("/Tools/_New group chat..."),
+                               NULL, launch_group_chat, 0, NULL },
   { N_("/Tools/_Set as away"), NULL, NULL, 0, NULL },
   { N_("/Tools/---"),          NULL, NULL, 0, "<Separator>" },
   { N_("/Tools/_Add a contact account..."),            
                                NULL, add_callback, 0, NULL },
-  { N_("/Tools/Add a _group..."),      NULL, add_group_callback, 0, NULL },
-  { N_("/Tools/---"),          NULL,         NULL, 0, "<Separator>" },
-  { N_("/Tools/_Preferences..."),      NULL, build_prefs_callback, 0, NULL },
+  { N_("/Tools/Add a _group..."),
+                               NULL, add_group_callback, 0, NULL },
+  { N_("/Tools/---"),          NULL, NULL, 0, "<Separator>" },
+  { N_("/Tools/_Preferences..."),
+                               NULL, build_prefs_callback, 0, NULL },
   { N_("/Tools/_Edit accounts..."),
                                NULL, eb_edit_accounts, 0, NULL },
-  { N_("/_Help"),                      NULL, NULL, 0, "<Branch>" },
-  { N_("/_Help/_About Ayttm..."),              NULL, show_about, 0, NULL }
+  { N_("/_Help"),              NULL, NULL, 0, "<Branch>" },
+  { N_("/Help/_Web site..."),  NULL, show_website, 0, NULL },
+  { N_("/Help/---"),           NULL, NULL, 0, "<Separator>" },
+  { N_("/Help/_About Ayttm..."),NULL, show_about, 0, NULL }
 };
 
 static GtkItemFactory *main_menu_factory = NULL;





reply via email to

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