~victored/wingpanel/autohide

« back to all changes in this revision

Viewing changes to src/Indicator/IndicatorObjectEntry.vala

  • Committer: Tom Beckmann
  • Date: 2013-09-07 21:56:10 UTC
  • Revision ID: tomjonabc@gmail.com-20130907215610-e9vok6r26rce8u0j
add support for the new indicator files

Show diffs side-by-side

added added

removed removed

Lines of Context:
216
216
                    break;
217
217
            }
218
218
 
219
 
            entry.parent_object.entry_scrolled (entry, (uint) delta, direction);
 
219
                        //FIXME no access to parent_object anymore
 
220
                        // entry.parent_object.entry_scrolled (entry, (uint) delta, direction);
220
221
 
221
222
            return false;
222
223
        }