~niels-avonds/granite/timepicker

« back to all changes in this revision

Viewing changes to lib/Widgets/ContractorView.vala

  • Committer: xapantu
  • Date: 2012-03-11 17:33:51 UTC
  • mfrom: (182.2.6 trunk)
  • Revision ID: xapantu@gmail.com-20120311173351-7pia9fewxuhvmwaq
Merge the DynamicNotebook, we'll break the APIs if it is really needed later, but we need to test it further to improve the APIs (so, it is a never ending loop, that's why I'm merging it). So, this is unstable, fo to the 0.1 branch for a stable branch ;)

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
                        icon_size, 0), 1, text);
117
117
                }
118
118
                catch (Error e) {
119
 
                    error (e.message);
 
119
                    warning (e.message);
120
120
                }
121
121
            }
122
122
            this.selected = 0;