seahorse r2371 - in tags/SEAHORSE_2_23_90: . po src



Author: nnielsen
Date: Mon Aug 18 17:21:58 2008
New Revision: 2371
URL: http://svn.gnome.org/viewvc/seahorse?rev=2371&view=rev

Log:
Tag the release


Added:
   tags/SEAHORSE_2_23_90/
      - copied from r2369, /trunk/
   tags/SEAHORSE_2_23_90/ChangeLog
      - copied unchanged from r2370, /trunk/ChangeLog
   tags/SEAHORSE_2_23_90/NEWS
      - copied unchanged from r2370, /trunk/NEWS
   tags/SEAHORSE_2_23_90/README
      - copied unchanged from r2370, /trunk/README
   tags/SEAHORSE_2_23_90/po/ChangeLog
      - copied unchanged from r2370, /trunk/po/ChangeLog
Modified:
   tags/SEAHORSE_2_23_90/src/seahorse-key-manager-store.c
   tags/SEAHORSE_2_23_90/src/seahorse-viewer.c
   tags/SEAHORSE_2_23_90/src/vala-build.stamp

Modified: tags/SEAHORSE_2_23_90/src/seahorse-key-manager-store.c
==============================================================================
--- /trunk/src/seahorse-key-manager-store.c	(original)
+++ tags/SEAHORSE_2_23_90/src/seahorse-key-manager-store.c	Mon Aug 18 17:21:58 2008
@@ -68,7 +68,7 @@
 	{ "type", G_TYPE_STRING, "type" },
 	{ "expires-str", G_TYPE_STRING, "expires" },
 	{ "validity", G_TYPE_INT, "validity" },
-	{ "expires", G_TYPE_LONG, "expires" },
+	{ "expires", G_TYPE_ULONG, "expires" },
 	{ "trust", G_TYPE_INT, "trust" }
 };
 

Modified: tags/SEAHORSE_2_23_90/src/seahorse-viewer.c
==============================================================================
--- /trunk/src/seahorse-viewer.c	(original)
+++ tags/SEAHORSE_2_23_90/src/seahorse-viewer.c	Mon Aug 18 17:21:58 2008
@@ -92,7 +92,7 @@
 static void seahorse_viewer_dispose (GObject * obj);
 static void _vala_array_free (gpointer array, gint array_length, GDestroyNotify destroy_func);
 
-static const GtkActionEntry SEAHORSE_VIEWER_UI_ENTRIES[] = {{"key-menu", NULL, N_ ("_Key")}, {"edit-menu", NULL, N_ ("_Edit")}, {"view-menu", NULL, N_ ("_View")}, {"help-menu", NULL, N_ ("_Help")}, {"app-preferences", GTK_STOCK_PREFERENCES, N_ ("Prefere_nces"), NULL, N_ ("Change preferences for this program"), ((GCallback) (NULL))}, {"app-about", "gnome-stock-about", N_ ("_About"), NULL, N_ ("About this program"), ((GCallback) (NULL))}, {"help-show", GTK_STOCK_HELP, N_ ("_Contents"), "F1", N_ ("Show Seahorse help"), ((GCallback) (NULL))}};
+static const GtkActionEntry SEAHORSE_VIEWER_UI_ENTRIES[] = {{"key-menu", NULL, N_ ("_Key")}, {"edit-menu", NULL, N_ ("_Edit")}, {"view-menu", NULL, N_ ("_View")}, {"help-menu", NULL, N_ ("_Help")}, {"app-preferences", GTK_STOCK_PREFERENCES, N_ ("Prefere_nces"), NULL, N_ ("Change preferences for this program"), ((GCallback) (NULL))}, {"app-about", "gtk-about", N_ ("_About"), NULL, N_ ("About this program"), ((GCallback) (NULL))}, {"help-show", GTK_STOCK_HELP, N_ ("_Contents"), "F1", N_ ("Show Seahorse help"), ((GCallback) (NULL))}};
 static const GtkActionEntry SEAHORSE_VIEWER_KEY_ENTRIES[] = {{"key-properties", GTK_STOCK_PROPERTIES, N_ ("P_roperties"), NULL, N_ ("Show key properties"), ((GCallback) (NULL))}, {"key-export-file", GTK_STOCK_SAVE_AS, N_ ("E_xport Public Key..."), NULL, N_ ("Export public part of key to a file"), ((GCallback) (NULL))}, {"key-export-clipboard", GTK_STOCK_COPY, N_ ("_Copy Public Key"), "<control>C", N_ ("Copy public part of selected keys to the clipboard"), ((GCallback) (NULL))}, {"key-delete", GTK_STOCK_DELETE, N_ ("_Delete Key"), NULL, N_ ("Delete selected keys"), ((GCallback) (NULL))}};
 
 
@@ -310,6 +310,7 @@
 	gtk_about_dialog_set_website_label (about, _ ("Seahorse Project Homepage"));
 	g_signal_connect_object (GTK_DIALOG (about), "response", ((GCallback) (___lambda0_gtk_dialog_response)), self, 0);
 	gtk_dialog_run (GTK_DIALOG (about));
+	gtk_object_destroy (GTK_OBJECT (about));
 	authors = (_vala_array_free (authors, authors_length1, ((GDestroyNotify) (g_free))), NULL);
 	documenters = (_vala_array_free (documenters, documenters_length1, ((GDestroyNotify) (g_free))), NULL);
 	artists = (_vala_array_free (artists, artists_length1, ((GDestroyNotify) (g_free))), NULL);
@@ -338,7 +339,7 @@
 		ex = inner_error;
 		inner_error = NULL;
 		{
-			g_warning ("seahorse-viewer.vala:244: couldn't launch url: %s: %s", url, ex->message);
+			g_warning ("seahorse-viewer.vala:245: couldn't launch url: %s: %s", url, ex->message);
 			(ex == NULL ? NULL : (ex = (g_error_free (ex), NULL)));
 		}
 	}

Modified: tags/SEAHORSE_2_23_90/src/vala-build.stamp
==============================================================================
--- /trunk/src/vala-build.stamp	(original)
+++ tags/SEAHORSE_2_23_90/src/vala-build.stamp	Mon Aug 18 17:21:58 2008
@@ -1 +1 @@
-1217782718
+1219078830



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