From 0855dececa953a178ecaa101434964e5587db545 Mon Sep 17 00:00:00 2001 From: Michael Pfeiffer Date: Sat, 10 Oct 2009 15:12:28 +0000 Subject: [PATCH] Look into user settings add-on Print folder for printer drivers too. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33502 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/preferences/print/AddPrinterDialog.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/preferences/print/AddPrinterDialog.cpp b/src/preferences/print/AddPrinterDialog.cpp index 63e7466935..58b94d4e8b 100644 --- a/src/preferences/print/AddPrinterDialog.cpp +++ b/src/preferences/print/AddPrinterDialog.cpp @@ -276,11 +276,8 @@ AddPrinterDialog::BuildGUI(int stage) static directory_which gAddonDirs[] = { B_BEOS_ADDONS_DIRECTORY, - B_COMMON_ADDONS_DIRECTORY - #if HAIKU_COMPATIBLE - // TODO test - // , B_USER_ADDONS_DIRECTORY - #endif + B_COMMON_ADDONS_DIRECTORY, + B_USER_ADDONS_DIRECTORY }; void