~ubuntu-branches/ubuntu/quantal/gwibber/quantal

« back to all changes in this revision

Viewing changes to libgwibber/messages.c

  • Committer: Package Import Robot
  • Author(s): Ken VanDine
  • Date: 2012-02-14 17:03:36 UTC
  • mfrom: (1.1.68)
  • Revision ID: package-import@ubuntu.com-20120214170336-sukh2ve1z5z09ml3
Tags: 3.3.4-0ubuntu1
* New upstream release
  - Completed dropped python multiprocessing and refactored the service 
    threading.  Including improving ability to catch individual 
    operation failures.
 - Can't response or write to someone from their user information
   page (LP: #926081)
 - "Repeat" a status on StatusNet fails silently (Scott Sweeny) (LP: #923144)

Show diffs side-by-side

added added

removed removed

Lines of Context:
403
403
#line 60 "/storage/1/src/gwibber/trunk/libgwibber/messages.vala"
404
404
                        if (_inner_error_->domain == G_IO_ERROR) {
405
405
#line 406 "messages.c"
406
 
                                goto __catch52_g_io_error;
 
406
                                goto __catch58_g_io_error;
407
407
                        }
408
408
#line 60 "/storage/1/src/gwibber/trunk/libgwibber/messages.vala"
409
409
                        g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
432
432
#line 64 "/storage/1/src/gwibber/trunk/libgwibber/messages.vala"
433
433
                        if (_inner_error_->domain == G_IO_ERROR) {
434
434
#line 435 "messages.c"
435
 
                                goto __catch52_g_io_error;
 
435
                                goto __catch58_g_io_error;
436
436
                        }
437
437
#line 64 "/storage/1/src/gwibber/trunk/libgwibber/messages.vala"
438
438
                        g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
452
452
                g_signal_connect_object (_tmp5_, "message", (GCallback) ____lambda5__messages_interface_message, self, 0);
453
453
#line 454 "messages.c"
454
454
        }
455
 
        goto __finally52;
456
 
        __catch52_g_io_error:
 
455
        goto __finally58;
 
456
        __catch58_g_io_error:
457
457
        {
458
458
                GError* e = NULL;
459
459
                GError* _tmp6_;
480
480
                _g_error_free0 (e);
481
481
#line 482 "messages.c"
482
482
        }
483
 
        __finally52:
 
483
        __finally58:
484
484
#line 58 "/storage/1/src/gwibber/trunk/libgwibber/messages.vala"
485
485
        if (_inner_error_ != NULL) {
486
486
#line 58 "/storage/1/src/gwibber/trunk/libgwibber/messages.vala"
533
533
#line 100 "/storage/1/src/gwibber/trunk/libgwibber/messages.vala"
534
534
                        if (_inner_error_->domain == G_IO_ERROR) {
535
535
#line 536 "messages.c"
536
 
                                goto __catch53_g_io_error;
 
536
                                goto __catch59_g_io_error;
537
537
                        }
538
538
#line 100 "/storage/1/src/gwibber/trunk/libgwibber/messages.vala"
539
539
                        g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
549
549
                return result;
550
550
#line 551 "messages.c"
551
551
        }
552
 
        goto __finally53;
553
 
        __catch53_g_io_error:
 
552
        goto __finally59;
 
553
        __catch59_g_io_error:
554
554
        {
555
555
                GError* e = NULL;
556
556
                GError* _tmp4_;
576
576
                return result;
577
577
#line 578 "messages.c"
578
578
        }
579
 
        __finally53:
 
579
        __finally59:
580
580
#line 98 "/storage/1/src/gwibber/trunk/libgwibber/messages.vala"
581
581
        g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
582
582
#line 98 "/storage/1/src/gwibber/trunk/libgwibber/messages.vala"