~macslow/notify-osd/gsettings-port

« back to all changes in this revision

Viewing changes to src/dnd.c

  • Committer: Mirco Müller
  • Date: 2011-07-08 08:34:52 UTC
  • Revision ID: mirco.mueller@ubuntu.com-20110708083452-63omzhch22lgpjqs
multiple fixes for compiler-warnings/errors, more porting work

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
                                     &type, &format, &nitems, &bytesafter,
77
77
                                     (unsigned char **) &data);
78
78
        gdk_flush ();
79
 
        gdk_error_trap_pop ();
 
79
        gdk_error_trap_pop_ignored ();
80
80
 
81
81
        if (status == Success
82
82
            && type == XA_INTEGER