Changeset 8e5935d for commands.c


Ignore:
Timestamp:
Dec 12, 2008, 1:27:39 AM (15 years ago)
Author:
Anders Kaseorg <andersk@mit.edu>
Branches:
master, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
4f15e8e
Parents:
80a465c
git-author:
Anders Kaseorg <andersk@mit.edu> (12/06/08 23:37:40)
git-committer:
Anders Kaseorg <andersk@mit.edu> (12/12/08 01:27:39)
Message:
Rip out the openurl function.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • commands.c

    r2b237308 r8e5935d  
    453453  OWLCMD_VOID("pop-message", owl_command_pop_message, OWL_CTX_RECWIN,
    454454              "pops up a message in a window", "", ""),
    455 
    456   OWLCMD_VOID("openurl", owl_command_openurl, OWL_CTX_INTERACTIVE,
    457               "opens up a URL from the current message",
    458               "",
    459               "Uses the 'webbrowser' variable to determine\n"
    460               "which browser to use.  Currently, 'netscape'\n"
    461               "and 'galeon' are supported.\n"),
    462455
    463456  OWLCMD_ARGS("zaway", owl_command_zaway, OWL_CTX_INTERACTIVE,
     
    22532246}
    22542247
    2255 void owl_command_openurl(void)
    2256 {
    2257   owl_function_openurl();
    2258 }
    2259 
    22602248char *owl_command_delete(int argc, char **argv, char *buff)
    22612249{
Note: See TracChangeset for help on using the changeset viewer.