[gnome-commander/gcmd-1-4] Removed password storage status column in connections dialog
- From: Uwe Scholz <uwescholz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander/gcmd-1-4] Removed password storage status column in connections dialog
- Date: Mon, 18 May 2015 20:44:01 +0000 (UTC)
commit 925eaef8c7bf47a889d824bb6d221780a3ae8225
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 bebfa80..38e681f 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]