seahorse r2206 - in trunk: . src



Author: sadam
Date: Mon May  5 01:19:47 2008
New Revision: 2206
URL: http://svn.gnome.org/viewvc/seahorse?rev=2206&view=rev

Log:
2008-05-04  Adam Schreiber  <sadam clemson edu>

    * src/seahorse-key-manager.c: Add window title to match desktop 
file.


Modified:
   trunk/ChangeLog
   trunk/src/seahorse-key-manager.c

Modified: trunk/src/seahorse-key-manager.c
==============================================================================
--- trunk/src/seahorse-key-manager.c	(original)
+++ trunk/src/seahorse-key-manager.c	Mon May  5 01:19:47 2008
@@ -1343,6 +1343,7 @@
     GtkBox *hbox = NULL;
     GList *children = NULL;
     GtkToolItem *item = NULL;
+    gchar *title;
 
     swidget = seahorse_widget_new ("key-manager", NULL);
     win = GTK_WINDOW (seahorse_widget_get_top (swidget));
@@ -1350,6 +1351,10 @@
     notebook = GTK_NOTEBOOK (seahorse_widget_get_widget (swidget, "notebook"));
     g_return_val_if_fail (notebook != NULL, win);
     
+    title = g_strdup_printf(_("Passwords and Encryption Keys"));
+    gtk_window_set_title (win, title);
+    g_free (title);
+    
     /* General normal actions */
     actions = gtk_action_group_new ("main");
     gtk_action_group_set_translation_domain (actions, NULL);



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