~ubuntu-branches/ubuntu/trusty/gtk2-engines-oxygen/trusty-proposed

« back to all changes in this revision

Viewing changes to demo/oxygentabdemowidget.cpp

  • Committer: Package Import Robot
  • Author(s): Scarlett Clark
  • Date: 2014-02-12 06:35:44 UTC
  • mfrom: (1.3.2)
  • Revision ID: package-import@ubuntu.com-20140212063544-nnetktl56v0huubt
Tags: 1.4.3-0ubuntu1
* New upstream release
* One major issue was fixed (basically some dangling
  pointers being wrongly accessed). (LP: #1219844)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
* this file is part of the oxygen gtk engine
3
 
* Copyright (c) 2010 Hugo Pereira Da Costa <hugo@oxygen-icons.org>
 
3
* Copyright (c) 2010 Hugo Pereira Da Costa <hugo.pereira@free.fr>
4
4
*
5
5
* based on the Null Theme Engine for Gtk+.
6
6
* Copyright (c) 2008 Robert Staudinger <robert.staudinger@gmail.com>
88
88
            gtk_widget_show( comboBox );
89
89
 
90
90
            // connection
91
 
            _changedId.connect( G_OBJECT( comboBox ), "changed", G_CALLBACK( orientationChanged ), this );
 
91
            connect( G_OBJECT( comboBox ), "changed", G_CALLBACK( orientationChanged ), this );
92
92
 
93
93
        }
94
94