diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-03-28 05:01:41 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-03-28 05:01:41 +0800 |
commit | 892aab7fcad7de9654b22648cad8783f5e0f3d8f (patch) | |
tree | 353d292a69308ad3022b967083796ffcc60ab466 /shell/glade | |
parent | 6ba4c3938c305de92ab8e6acbcfc708d8f2d6f9a (diff) | |
download | gsoc2013-evolution-892aab7fcad7de9654b22648cad8783f5e0f3d8f.tar.gz gsoc2013-evolution-892aab7fcad7de9654b22648cad8783f5e0f3d8f.tar.zst gsoc2013-evolution-892aab7fcad7de9654b22648cad8783f5e0f3d8f.zip |
Renamed from update_dialog_clist, Ported to GtkTreeView.
* e-shell-offline-handler.c (update_dialog_tree_view): Renamed
from update_dialog_clist, Ported to GtkTreeView.
(update_dialog_tree_view_hash_foreach): Likewise.
* glade/e-active-connection-dialog.glade: Rename
"active_connection_clist" to "active_connection_treeview".
svn path=/trunk/; revision=20550
Diffstat (limited to 'shell/glade')
-rw-r--r-- | shell/glade/e-active-connection-dialog.glade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/glade/e-active-connection-dialog.glade b/shell/glade/e-active-connection-dialog.glade index 091937de76..29f1d5fba3 100644 --- a/shell/glade/e-active-connection-dialog.glade +++ b/shell/glade/e-active-connection-dialog.glade @@ -92,7 +92,7 @@ <property name="window_placement">GTK_CORNER_TOP_LEFT</property> <child> - <widget class="GtkTreeView" id="active_connection_clist"> + <widget class="GtkTreeView" id="active_connection_treeview"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="headers_visible">True</property> |