ikalnytskyi / gnome-shell-extension-icon-hider

Icon Hider is a gnome-shell extension for managing status area items.
Other
31 stars 11 forks source link

adds dual 3.4 and 3.6 support #7

Closed l300lvl closed 12 years ago

l300lvl commented 12 years ago

I added the switch for this to work with 3.4 and 3.6 and also paired it to fix the icon for 3.6.

ikalnytskyi commented 12 years ago

Let me give you two tips:

  1. Use git commit --amend for editing previous commit (for example you forgot to add some changes such as add version to metadata.json)
  2. Don't close a pull request if you want to attach a new commit. When you push a new commit to GitHub it automatically attached. :)