~guadalinex-members/gnome-shell-extension-applications-menu/3.1.x

« back to all changes in this revision

Viewing changes to src/Applications_Menu@rmy.pobox.com/extension.js

  • Committer: Antonio Hernández
  • Date: 2011-08-19 11:18:35 UTC
  • Revision ID: git-v1:aed58c8f3865ae038b12d7a9fe6fdfe030d2c977
Declare a variable before use it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
165
165
    removeStatusMenu();
166
166
    
167
167
    let statusmenu = Main.panel._statusmenu;
 
168
    let item = null;
168
169
 
169
170
    item = new PopupMenu.PopupSeparatorMenuItem();
170
171
    menu.addMenuItem(item);