Skip to content

Commit

Permalink
Fixed: go-home-symbolic is missing in Debian 7
Browse files Browse the repository at this point in the history
  • Loading branch information
LiuLang committed Oct 25, 2014
1 parent 344116c commit 1de916a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bcloud/HomePage.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def set_path(self, path, is_user=False):

class HomePage(Gtk.Box):

icon_name = 'go-home-symbolic'
icon_name = 'user-home-symbolic'
disname = _('Home')
name = 'HomePage'
tooltip = _('List all of your files')
Expand Down

0 comments on commit 1de916a

Please sign in to comment.