Changeset 3377
- Timestamp:
- 02/07/08 14:21:21
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-store.c
r3301 r3377 1789 1789 return FALSE; 1790 1790 1791 errbuf = g_ markup_escaped_text(1791 errbuf = g_strdup_printf ( 1792 1792 _("Unable to authenticate " 1793 1793 "to IMAP server.\n%s\n\n"), trunk/tests/dotnet-demo/MainWindow.cs
r3376 r3377 113 113 private void OnConnectButtonClicked (object sender, System.EventArgs e) 114 114 { 115 // Tny.Ui.PlatformFactory factory = Tny.Platform.GnomePlatformFactory.Instance; 116 // this.store = factory.NewAccountStore (); 117 115 118 this.store = new Tny.Platform.GnomeAccountStore (); 116 119 Tny.Ui.GTK.FolderStoreTreeModel model = new Tny.Ui.GTK.FolderStoreTreeModel (new Tny.FolderStoreQuery ());
