Changeset 3377

Show
Ignore:
Timestamp:
02/07/08 14:21:21
Author:
pvanhoof
Message:

Symbol lookup crash

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-store.c

    r3301 r3377  
    17891789                                return FALSE; 
    17901790 
    1791                         errbuf = g_markup_escaped_text
     1791                        errbuf = g_strdup_printf
    17921792                                _("Unable to authenticate " 
    17931793                                "to IMAP server.\n%s\n\n"), 
  • trunk/tests/dotnet-demo/MainWindow.cs

    r3376 r3377  
    113113        private void OnConnectButtonClicked (object sender, System.EventArgs e) 
    114114        { 
     115                // Tny.Ui.PlatformFactory factory = Tny.Platform.GnomePlatformFactory.Instance; 
     116                // this.store = factory.NewAccountStore (); 
     117 
    115118                this.store = new Tny.Platform.GnomeAccountStore (); 
    116119                Tny.Ui.GTK.FolderStoreTreeModel model = new Tny.Ui.GTK.FolderStoreTreeModel (new Tny.FolderStoreQuery ());