diff options
author | Dan Winship <danw@src.gnome.org> | 2004-06-11 00:30:15 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2004-06-11 00:30:15 +0800 |
commit | 4ba6a25075f9cee4d9aafefe1d77a14e2734300d (patch) | |
tree | 1d0e071b5f3fafce7988c2dc54273a685f0279d9 /shell/glade/e-folder-list.glade | |
parent | f07379abc5bfc6b9d0b46b6789675447faff4503 (diff) | |
download | gsoc2013-evolution-4ba6a25075f9cee4d9aafefe1d77a14e2734300d.tar gsoc2013-evolution-4ba6a25075f9cee4d9aafefe1d77a14e2734300d.tar.gz gsoc2013-evolution-4ba6a25075f9cee4d9aafefe1d77a14e2734300d.tar.bz2 gsoc2013-evolution-4ba6a25075f9cee4d9aafefe1d77a14e2734300d.tar.lz gsoc2013-evolution-4ba6a25075f9cee4d9aafefe1d77a14e2734300d.tar.xz gsoc2013-evolution-4ba6a25075f9cee4d9aafefe1d77a14e2734300d.tar.zst gsoc2013-evolution-4ba6a25075f9cee4d9aafefe1d77a14e2734300d.zip |
Remove no-longer-used stuff
* check-empty.xpm, check-filled.xpm, check-missing.xpm:
* e-shell-config-autocompletion.[ch]:
* e-shell-config-default-folders.[ch]:
* e-shell-config-folder-settings.[ch]:
* e-shell-config-offline.[ch]:
* e-shell-config.[ch]:
* e-shell-folder-creation-dialog.[ch]:
* e-shell-shared-folder-picker-dialog.[ch]:
* e-storage-set-store.[ch]:
* e-storage-set-view-checkboxes.etstate:
* e-storage-set-view-no-checkboxes.etstate:
* e-storage-set-view.etspec:
* e-uri-schema-registry.[ch]:
* evolution-activity-client.c:
* evolution-storage-set-view-factory.[ch]:
* evolution-storage-set-view.[ch]:
* glade/e-folder-list.glade:
* glade/e-shell-config-default-folders.glade:
* glade/e-shell-folder-creation-dialog.glade:
* glade/e-shell-shared-folder-picker-dialog.glade: Remove
no-longer-used stuff
* README: Remove this, since it's more confusing than true now.
* Evolution-Offline.idl, Evolution-common.idl: Remove
GNOME_Evolution_Folder, and references to it.
* e-active-connection-dialog.glade:
* evolution-startup-wizard.glade: Move the last two remaining
files from ./glade/ up to here.
* glade/*: Gone.
* Makefile.am, .cvsignore: update for the above
svn path=/trunk/; revision=26286
Diffstat (limited to 'shell/glade/e-folder-list.glade')
-rw-r--r-- | shell/glade/e-folder-list.glade | 110 |
1 files changed, 0 insertions, 110 deletions
diff --git a/shell/glade/e-folder-list.glade b/shell/glade/e-folder-list.glade deleted file mode 100644 index d644f34a35..0000000000 --- a/shell/glade/e-folder-list.glade +++ /dev/null @@ -1,110 +0,0 @@ -<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*--> -<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd"> - -<glade-interface> - -<widget class="GtkWindow" id="window-contents-reparented"> - <property name="title" translatable="yes">window1</property> - <property name="type">GTK_WINDOW_TOPLEVEL</property> - <property name="window_position">GTK_WIN_POS_NONE</property> - <property name="modal">False</property> - <property name="resizable">True</property> - <property name="destroy_with_parent">False</property> - - <child> - <widget class="GtkFrame" id="frame-toplevel"> - <property name="visible">True</property> - <property name="label_xalign">0</property> - <property name="label_yalign">0.5</property> - <property name="shadow_type">GTK_SHADOW_ETCHED_IN</property> - - <child> - <widget class="GtkVBox" id="vbox1"> - <property name="visible">True</property> - <property name="homogeneous">False</property> - <property name="spacing">0</property> - - <child> - <widget class="Custom" id="custom-optionmenu"> - <property name="visible">True</property> - <property name="creation_function">create_custom_optionmenu</property> - <property name="int1">0</property> - <property name="int2">0</property> - <property name="last_modification_time">Fri, 22 Mar 2002 15:09:48 GMT</property> - </widget> - <packing> - <property name="padding">0</property> - <property name="expand">False</property> - <property name="fill">True</property> - </packing> - </child> - - <child> - <widget class="GtkHBox" id="hbox1"> - <property name="visible">True</property> - <property name="homogeneous">False</property> - <property name="spacing">0</property> - - <child> - <widget class="Custom" id="custom-folder-list"> - <property name="visible">True</property> - <property name="creation_function">create_custom_folder_list</property> - <property name="int1">0</property> - <property name="int2">0</property> - <property name="last_modification_time">Tue, 19 Mar 2002 18:07:28 GMT</property> - </widget> - <packing> - <property name="padding">0</property> - <property name="expand">True</property> - <property name="fill">True</property> - </packing> - </child> - - <child> - <widget class="GtkVButtonBox" id="vbuttonbox1"> - <property name="visible">True</property> - <property name="layout_style">GTK_BUTTONBOX_START</property> - <property name="spacing">6</property> - - <child> - <widget class="GtkButton" id="button-add"> - <property name="visible">True</property> - <property name="can_default">True</property> - <property name="can_focus">True</property> - <property name="label">gtk-add</property> - <property name="use_stock">True</property> - <property name="relief">GTK_RELIEF_NORMAL</property> - </widget> - </child> - - <child> - <widget class="GtkButton" id="button-remove"> - <property name="visible">True</property> - <property name="can_default">True</property> - <property name="can_focus">True</property> - <property name="label">gtk-remove</property> - <property name="use_stock">True</property> - <property name="relief">GTK_RELIEF_NORMAL</property> - </widget> - </child> - </widget> - <packing> - <property name="padding">0</property> - <property name="expand">False</property> - <property name="fill">False</property> - </packing> - </child> - </widget> - <packing> - <property name="padding">0</property> - <property name="expand">True</property> - <property name="fill">True</property> - </packing> - </child> - </widget> - </child> - </widget> - </child> -</widget> - -</glade-interface> |