diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-03-21 09:46:40 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-21 11:23:02 +0000 |
commit | f6cd982a68528ac1bfd130080cea3f96e6cc7edd (patch) | |
tree | ff712a57c369ce990816366ceb4d1da42badd47f /vcl/UIConfig_vcl.mk | |
parent | 42aeaee8dfc8cdd11428079e9fe357534bbb8898 (diff) |
move the cups password dialog from padmin to vcl
now we don't have to dlopen padmin to get it so we can drop that complicated
stuff.
Change-Id: I2f01bd104aae8f17ada9a445da653b441a927c70
Diffstat (limited to 'vcl/UIConfig_vcl.mk')
-rw-r--r-- | vcl/UIConfig_vcl.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/UIConfig_vcl.mk b/vcl/UIConfig_vcl.mk index bdc028e3137d..f2937b531e49 100644 --- a/vcl/UIConfig_vcl.mk +++ b/vcl/UIConfig_vcl.mk @@ -10,6 +10,7 @@ $(eval $(call gb_UIConfig_UIConfig,vcl)) $(eval $(call gb_UIConfig_add_uifiles,vcl,\ + vcl/uiconfig/ui/cupspassworddialog \ vcl/uiconfig/ui/errornocontentdialog \ vcl/uiconfig/ui/errornoprinterdialog \ vcl/uiconfig/ui/printdialog \ |