diff options
author | Cole Robinson <crobinso@redhat.com> | 2016-05-17 17:07:48 -0400 |
---|---|---|
committer | Cole Robinson <crobinso@redhat.com> | 2016-05-17 17:49:55 -0400 |
commit | dfcac3fe9c0c78053beb3aad2e4ff8db8f4c961a (patch) | |
tree | c1a1608866d905f67bb1ddf5a1e0575e54ad4285 /ui/addstorage.ui | |
parent | cb4909dffb634881b6dd5310857169f32701a663 (diff) | |
download | virt-manager-dfcac3fe9c0c78053beb3aad2e4ff8db8f4c961a.tar.gz |
Bump gtk and pygobject deps to 3.14
We need to bump the gtk dep to at least 3.10 for GtkRevealer usage,
and I want to bump the pygobject higher to drop some bug workarounds.
But since the oldest thing I have that meets those requirements is
RHEL/Centos 7.3 which is at 3.14 for both, set those as the minimum
versions since that's what I'll be testing against. They are still
1.5 years old and only a bit over a year newer than the previous
versions, so it's not a huge change.
Diffstat (limited to 'ui/addstorage.ui')
-rw-r--r-- | ui/addstorage.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/addstorage.ui b/ui/addstorage.ui index 5e0c74c5..eec2366a 100644 --- a/ui/addstorage.ui +++ b/ui/addstorage.ui @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- Generated with glade 3.19.0 --> <interface> - <requires lib="gtk+" version="3.8"/> + <requires lib="gtk+" version="3.14"/> <object class="GtkAdjustment" id="adjustment1"> <property name="upper">1000000</property> <property name="step_increment">0.10000000000000001</property> |