~ubuntu-branches/ubuntu/quantal/libbonobo/quantal-201207170711

« back to all changes in this revision

Viewing changes to bonobo/bonobo-exception.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2005-02-18 14:40:51 UTC
  • mto: (3.1.1 etch) (1.1.25 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20050218144051-fo4h9qh2gim8x3wt
Tags: upstream-2.8.1
ImportĀ upstreamĀ versionĀ 2.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
#include <glib.h>
11
11
#include <string.h>
12
12
 
13
 
#define BONOBO_EXPLICIT_TRANSLATION_DOMAIN PACKAGE
 
13
#define BONOBO_EXPLICIT_TRANSLATION_DOMAIN GETTEXT_PACKAGE
14
14
#include <bonobo/bonobo-i18n.h>
15
15
#include <bonobo/bonobo-object.h>
16
 
#include <bonobo/bonobo-shutdown.h>
 
16
#include <bonobo/bonobo-private.h>
17
17
#include <bonobo/bonobo-exception.h>
18
18
 
19
19
typedef enum {
334
334
 
335
335
        err = ORBit_small_alloc (type);
336
336
        err->description = CORBA_string_dup (str);
 
337
        g_free(str);
337
338
 
338
339
        CORBA_exception_set (ev, CORBA_USER_EXCEPTION,
339
340
                             ex_Bonobo_GeneralError, err);