diff options
author | bertrand <Bertrand.Guiheneuf@aful.org> | 1999-08-16 23:08:16 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-08-16 23:08:16 +0800 |
commit | 8efa5bea5494312b98c70c347cc7df84564eb86f (patch) | |
tree | 0bbdafb8895b35ec2122f28b73b8f08d7c0e4044 /tests/ui-tests/store_listing.glade | |
parent | f5aadb31ca2ab34332e8d75787090e48a510d665 (diff) | |
download | gsoc2013-evolution-8efa5bea5494312b98c70c347cc7df84564eb86f.tar.gz gsoc2013-evolution-8efa5bea5494312b98c70c347cc7df84564eb86f.tar.zst gsoc2013-evolution-8efa5bea5494312b98c70c347cc7df84564eb86f.zip |
Now has a popup menu on mailbox tree to allow easier tests. Implemented
1999-08-16 bertrand <Bertrand.Guiheneuf@aful.org>
* tests/ui-tests/store_listing.c:
Now has a popup menu on mailbox tree to allow
easier tests. Implemented the copy stuff.
Works well for the MH provider :)))
* camel/providers/MH/camel-mh-folder.c (_copy_message_to):
Test MH provider fast copy implemented.
svn path=/trunk/; revision=1119
Diffstat (limited to 'tests/ui-tests/store_listing.glade')
-rw-r--r-- | tests/ui-tests/store_listing.glade | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ui-tests/store_listing.glade b/tests/ui-tests/store_listing.glade index 34acf37e6f..d551c90dbb 100644 --- a/tests/ui-tests/store_listing.glade +++ b/tests/ui-tests/store_listing.glade @@ -255,9 +255,9 @@ <width>150</width> <can_focus>True</can_focus> <signal> - <name>tree_select_row</name> - <handler>mailbox_row_selected</handler> - <last_modification_time>Tue, 10 Aug 1999 16:25:40 GMT</last_modification_time> + <name>button_press_event</name> + <handler>on_store_and_mailbox_tree_button_press_event</handler> + <last_modification_time>Mon, 16 Aug 1999 13:06:15 GMT</last_modification_time> </signal> <columns>1</columns> <column_widths>80</column_widths> |