Skip to content

Commit

Permalink
Remove guake icon (fix #543)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsemet committed May 15, 2015
1 parent 0f906fa commit a6a1f5c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
13 changes: 0 additions & 13 deletions data/guake.glade
Original file line number Diff line number Diff line change
Expand Up @@ -409,19 +409,6 @@
<property name="events">GDK_EXPOSURE_MASK | GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_MOTION_MASK | GDK_BUTTON1_MOTION_MASK | GDK_BUTTON2_MOTION_MASK | GDK_BUTTON3_MOTION_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK | GDK_LEAVE_NOTIFY_MASK | GDK_FOCUS_CHANGE_MASK | GDK_STRUCTURE_MASK | GDK_PROPERTY_CHANGE_MASK | GDK_VISIBILITY_NOTIFY_MASK | GDK_PROXIMITY_IN_MASK | GDK_PROXIMITY_OUT_MASK | GDK_SUBSTRUCTURE_MASK | GDK_SCROLL_MASK</property>
<property name="extension_events">all</property>
<property name="no_show_all">True</property>
<child>
<widget class="GtkImage" id="image1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="stock">gtk-missing-image</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="padding">6</property>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkEventBox" id="event-tabs">
<property name="visible">True</property>
Expand Down
3 changes: 0 additions & 3 deletions src/guake/guake_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,6 @@ def __init__(self):
menu.prepend(show)
self.tray_icon.set_menu(menu)

# adding images from a different path.
ipath = pixmapfile('guake.png')
self.get_widget('image1').set_from_file(ipath)
# important widgets
self.window = self.get_widget('window-root')
self.mainframe = self.get_widget('mainframe')
Expand Down

0 comments on commit a6a1f5c

Please sign in to comment.