[gimp-perl] Use Gimp::UI to init GIMP theme.



commit 15e04cb059bee494101b3327354ae750263a47b3
Author: Ed J <edj src gnome org>
Date:   Tue Jun 17 01:29:25 2014 +0100

    Use Gimp::UI to init GIMP theme.

 examples/Perl-Console |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/examples/Perl-Console b/examples/Perl-Console
index 1c4e6a8..e5a7a1b 100755
--- a/examples/Perl-Console
+++ b/examples/Perl-Console
@@ -5,6 +5,7 @@ use warnings;
 #BEGIN { $Gimp::verbose = 1; }
 use Gimp;
 use Gimp::Fu;
+use Gimp::UI; # will initialise GIMP UI including theme
 use Gtk2::Gdk::Keysyms;
 
 my $INIT_TEXT = "Gimp-Perl Console v1.0\n\n";


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]