X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-utils%2Favahi-discover.in;h=404d2287ed71967c9405fee25f75fee459779ade;hb=7c739f063e94aba0fca5e161597b87a9189fc609;hp=9734ae65617fdd42505b671aa8ea0645c55cd105;hpb=1a912326734243e57a461c48131c1a0402318b5a;p=catta diff --git a/avahi-utils/avahi-discover.in b/avahi-utils/avahi-discover.in index 9734ae6..404d228 100755 --- a/avahi-utils/avahi-discover.in +++ b/avahi-utils/avahi-discover.in @@ -1,7 +1,24 @@ -#!/usr/bin/env @PYTHON@ +#!@PYTHON@ # -*-python-*- # $Id$ +# This file is part of avahi. +# +# avahi is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as +# published by the Free Software Foundation; either version 2 of the +# License, or (at your option) any later version. +# +# avahi is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public +# License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with avahi; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +# USA. + import os import gtk import gobject @@ -18,7 +35,7 @@ service_type_browsers = {} service_browsers = {} -glade_dir = "@prefix@/share/@PACKAGE@/interfaces" +glade_dir = "@interfacesdir@" class Main_window(SimpleGladeApp): def __init__(self, path="avahi-discover.glade", root="main_window", domain=None, **kwargs):