[chronojump] Updated open icon on encoder analyze
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Updated open icon on encoder analyze
- Date: Tue, 25 Apr 2017 16:02:42 +0000 (UTC)
commit d5e4771a39e947b5b7cc825dba353de2c3e76ba9
Author: Xavier de Blas <xaviblas gmail com>
Date: Tue Apr 25 18:02:06 2017 +0200
Updated open icon on encoder analyze
glade/app1.glade | 8 +++++++-
src/gui/chronojumpIcons.cs | 2 ++
2 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/glade/app1.glade b/glade/app1.glade
index e441868..f3e2f0f 100644
--- a/glade/app1.glade
+++ b/glade/app1.glade
@@ -1233,6 +1233,9 @@
<placeholder/>
</child>
<child>
+ <placeholder/>
+ </child>
+ <child>
<widget class="GtkLabel"
id="label_start_selector_jumps">
<property name="visible">True</property>
<property name="can_focus">False</property>
@@ -17885,7 +17888,7 @@ then click this button.</property>
<widget class="GtkImage"
id="image_encoder_capture_open1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="stock">gtk-open</property>
+ <property
name="stock">gtk-missing-image</property>
<property name="icon-size">1</property>
</widget>
<packing>
@@ -20302,6 +20305,9 @@ then click this button.</property>
<child>
<placeholder/>
</child>
+ <child>
+ <placeholder/>
+ </child>
</widget>
<packing>
<property name="expand">False</property>
diff --git a/src/gui/chronojumpIcons.cs b/src/gui/chronojumpIcons.cs
index 35e9cc3..ace0d3a 100644
--- a/src/gui/chronojumpIcons.cs
+++ b/src/gui/chronojumpIcons.cs
@@ -69,6 +69,7 @@ public partial class ChronoJumpWindow
[Widget] Gtk.Image image_encoder_exercise;
[Widget] Gtk.Image image_encoder_exercise1;
[Widget] Gtk.Image image_encoder_capture_open;
+ [Widget] Gtk.Image image_encoder_capture_open1;
[Widget] Gtk.Image image_encoder_capture_1set;
[Widget] Gtk.Image image_encoder_capture_cont;
[Widget] Gtk.Image image_encoder_capture_execute;
@@ -171,6 +172,7 @@ public partial class ChronoJumpWindow
image_session_load.Pixbuf = pixbuf;
pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "folder_open.png");
image_encoder_capture_open.Pixbuf = pixbuf;
+ image_encoder_capture_open1.Pixbuf = pixbuf;
pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "one.png");
image_encoder_capture_1set.Pixbuf = pixbuf;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]