[epiphany] Revert "Set password column initially as hidden."
- From: Priit Laes <plaes src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [epiphany] Revert "Set password column initially as hidden."
- Date: Wed, 29 Jul 2009 10:14:48 +0000 (UTC)
commit a7d3b959e7af9b8fc3e93bdb3082cc1273bbd247
Author: Priit Laes <plaes plaes org>
Date: Wed Jul 29 13:08:17 2009 +0300
Revert "Set password column initially as hidden."
This reverts commit 4e351b7594260829fa6b38762b3c69927e7d2dc3.
src/pdm-dialog.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/pdm-dialog.c b/src/pdm-dialog.c
index 318fbf7..6a31a16 100644
--- a/src/pdm-dialog.c
+++ b/src/pdm-dialog.c
@@ -1251,7 +1251,7 @@ pdm_dialog_passwords_construct (PdmActionInfo *info)
gtk_tree_view_column_set_sizing (column, GTK_TREE_VIEW_COLUMN_AUTOSIZE);
gtk_tree_view_column_set_sort_column_id (column, COL_PASSWORDS_USER);
- /* Initially shown as hidden colum */
+ /* FIXME: Mask passwords initially with '*' */
gtk_tree_view_insert_column_with_data_func (treeview,
COL_PASSWORDS_PASS,
_("User Password"),
@@ -1260,7 +1260,6 @@ pdm_dialog_passwords_construct (PdmActionInfo *info)
info,
NULL);
column = gtk_tree_view_get_column (treeview, COL_PASSWORDS_PASS);
- gtk_tree_view_column_set_visible (column, FALSE);
gtk_tree_view_column_set_resizable (column, TRUE);
gtk_tree_view_column_set_reorderable (column, TRUE);
gtk_tree_view_column_set_sizing (column, GTK_TREE_VIEW_COLUMN_AUTOSIZE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]