Updated some comments

master
Yevgen Muntyan 2007-06-24 12:19:33 -05:00
parent 2ae1fd34fb
commit 4c2b6d8f20
4 changed files with 4 additions and 4 deletions

View File

@ -1154,7 +1154,6 @@ _moo_text_view_key_press_event (GtkWidget *widget,
{
switch (keyval)
{
/* TODO TODO stupid X and gtk !!! */
case GDK_ISO_Left_Tab:
case GDK_KP_Tab:
handled = handle_tab (view, event);

View File

@ -1322,7 +1322,8 @@ completion_visible_func (GtkTreeModel *model,
}
/* XXX _gtk_entry_get_borders from gtkentry.c */
/* XXX _gtk_entry_get_borders from gtkentry.c,
* this is just not good, there must be public gtk API for this */
static void
entry_get_borders (GtkEntry *entry,
gint *xborder,

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/* Modified by muntyan */
/* Modified by muntyan so it works on BSD too */
/* mooterm/pty.c */
/* macro from glib/gmacros.h */

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/* Modified by muntyan */
/* Modified by muntyan so it works on BSD too */
/* mooterm/pty.h */
#ifndef MOOTERM_VTE_PTY_H