[gnome-commander] Removed password storage status column in connections dialog
- From: Uwe Scholz <uwescholz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander] Removed password storage status column in connections dialog
- Date: Tue, 12 May 2015 20:01:23 +0000 (UTC)
commit 4e02cac5f3bfeccfc9db45a270109a476b4eecb5
Author: Uwe Scholz <uwescholz src gnome org>
Date: Tue May 12 22:00:00 2015 +0200
Removed password storage status column in connections dialog
src/dialogs/gnome-cmd-remote-dialog.cc | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/src/dialogs/gnome-cmd-remote-dialog.cc b/src/dialogs/gnome-cmd-remote-dialog.cc
index ece13f3..4eb56e2 100644
--- a/src/dialogs/gnome-cmd-remote-dialog.cc
+++ b/src/dialogs/gnome-cmd-remote-dialog.cc
@@ -215,7 +215,6 @@ static void on_remove_btn_clicked (GtkButton *button, GnomeCmdRemoteDialog *dial
enum
{
- SORTID_AUTH,
SORTID_METHOD,
SORTID_NAME
};
@@ -332,7 +331,6 @@ inline GtkTreeModel *create_and_fill_model (GList *list)
GtkTreeSortable *sortable = GTK_TREE_SORTABLE (store);
- gtk_tree_sortable_set_sort_func (sortable, SORTID_AUTH, sort_by_auth, NULL, NULL);
gtk_tree_sortable_set_sort_func (sortable, SORTID_METHOD, sort_by_method, NULL, NULL);
gtk_tree_sortable_set_sort_func (sortable, SORTID_NAME, sort_by_name, NULL, NULL);
@@ -359,10 +357,6 @@ inline GtkWidget *create_view_and_model (GList *list)
// col = gnome_cmd_treeview_create_new_text_column (GTK_TREE_VIEW (view), renderer, COL_AUTH);
- col = gnome_cmd_treeview_create_new_pixbuf_column (GTK_TREE_VIEW (view), renderer, COL_LOCK);
- gtk_tooltips_set_tip (tips, col->button, _("Save password in GNOME keyring"), NULL);
- gtk_tree_view_column_set_sort_column_id (col, SORTID_AUTH);
-
col = gnome_cmd_treeview_create_new_pixbuf_column (GTK_TREE_VIEW (view), renderer, COL_METHOD);
gtk_tooltips_set_tip (tips, col->button, _("Network protocol"), NULL);
gtk_tree_view_column_set_sort_column_id (col, SORTID_METHOD);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]