From 9e116896c632eab7bd4017dd997efa31afe5bbe9 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 20 May 2015 08:08:44 -0600 Subject: [PATCH] use icon_name, not stock_id I couldn't reproduce this bug -- I couldn't see how to get gtk to emit deprecation warnings for me. This should work though. Fix #30. --- gui/sourcewindow.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gui/sourcewindow.xml b/gui/sourcewindow.xml index e92bee6..fa2f218 100644 --- a/gui/sourcewindow.xml +++ b/gui/sourcewindow.xml @@ -40,7 +40,7 @@ Continue execution Continue True - gtk-media-forward + media-playback-start @@ -88,7 +88,7 @@ Interrupt the program Stop True - gtk-stop + media-playback-pause @@ -130,7 +130,7 @@ Up one frame Up True - gtk-go-up + go-down @@ -145,7 +145,7 @@ Down one frame Down True - gtk-go-down + go-up