Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. /home/paspartout/Projekte/Aktuell/elementaryOS/Testing/backend/Maya/Widgets/Calendar/Calendar.vala:330.20-330.56: warning: chained relational expressions are experimental
  2. if(current_col*w < x < current_col*w + w && current_row*h < y < current_row*h + h)
  3. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  4. /home/paspartout/Projekte/Aktuell/elementaryOS/Testing/backend/Maya/Widgets/Calendar/Calendar.vala:330.61-330.97: warning: chained relational expressions are experimental
  5. if(current_col*w < x < current_col*w + w && current_row*h < y < current_row*h + h)
  6. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  7. /home/paspartout/Projekte/Aktuell/elementaryOS/Testing/backend/Maya/Widgets/MayaToolbar.vala:71.19-71.36: error: The name `from_stock' does not exist in the context of `Granite.Widgets.AppMenu'
  8. app_menu = new AppMenu.from_stock (Stock.PROPERTIES, IconSize.MENU, "Menu", new MayaMenu (window));
  9. ^^^^^^^^^^^^^^^^^^
  10. /home/paspartout/Projekte/Aktuell/elementaryOS/Testing/backend/Maya/Dialogs/Event.vala:26.3-26.19: warning: Maya.Dialogs.Event.title hides inherited field `Gtk.Window.title'. Use the `new' keyword if hiding was intentional
  11. HintedEntry title;
  12. ^^^^^^^^^^^^^^^^^
  13. Compilation failed: 1 error(s), 3 warning(s)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement