~ubuntu-branches/debian/squeeze/im-config/squeeze

« back to all changes in this revision

Viewing changes to im-config

  • Committer: Bazaar Package Importer
  • Author(s): Osamu Aoki
  • Date: 2010-06-28 22:22:55 UTC
  • Revision ID: james.westby@ubuntu.com-20100628222255-h429cm3f8xv1immv
Tags: 0.2
* Set menu entry to be NoDisplay.
* Improved GTK+ menu messages.
* Added console menu.
* Updated documentation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
# Call real im-config UI
20
20
#############################################################
21
21
if [ "x$DISPLAY" = "x" ]; then
22
 
    /usr/bin/im-config.console
23
 
elif [ -f /usr/bin/zenity ]; then
 
22
    . /usr/bin/im-config.console
 
23
else
24
24
    . /usr/bin/im-config.gtk
25
 
else
26
 
    x-terminal-emulator -e /usr/bin/im-config.console
27
25
fi
28
26
 
29
27