~ubuntu-branches/ubuntu/quantal/gtkmm3.0/quantal

« back to all changes in this revision

Viewing changes to gtk/gtkmm/radiotoolbutton.cc

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-03-01 23:42:36 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20120301234236-12w6m0hkomhi7h53
Tags: 3.3.16-0ubuntu1
* New upstream version
* debian/control.in: updated the glib requirement

Show diffs side-by-side

added added

removed removed

Lines of Context:
185
185
 
186
186
void RadioToolButton::set_group(Group& group)
187
187
{
188
 
gtk_radio_tool_button_set_group(gobj(), group.group_); 
 
188
  gtk_radio_tool_button_set_group(gobj(), group.group_); 
189
189
}
190
190
 
191
191