~ubuntu-branches/ubuntu/vivid/nip2/vivid-proposed

« back to all changes in this revision

Viewing changes to src/gtkutil.c

  • Committer: Package Import Robot
  • Author(s): Jay Berkenbilt
  • Date: 2012-03-18 17:12:03 UTC
  • mfrom: (1.6.3)
  • Revision ID: package-import@ubuntu.com-20120318171203-tyz1ohtgsktf3uk1
Tags: 7.28.1-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1031
1031
        /* Zap gobject member pointer to source.
1032
1032
         */
1033
1033
        if( listen->zap ) {
1034
 
                g_assert( !*(listen->zap) || *(listen->zap) == listen->source );
 
1034
                g_assert( !*(listen->zap) || 
 
1035
                        *(listen->zap) == listen->source );
1035
1036
 
1036
1037
                *(listen->zap) = NULL;
1037
1038
        }