Changeset 55
- Timestamp:
- 05/07/07 17:01:22 (2 years ago)
- Files:
-
- vte/trunk/src/Makefile.am (modified) (1 diff)
- vte/trunk/src/vte.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
vte/trunk/src/Makefile.am
r52 r55 22 22 unitable.KSX1001 23 23 24 AM_CFLAGS = @VTE_CFLAGS@ @CFLAGS@ @X_CFLAGS@ -DG_DISABLE_ASSERT 24 AM_CFLAGS = @VTE_CFLAGS@ @CFLAGS@ @X_CFLAGS@ -DG_DISABLE_ASSERT -DMAEMO_CHANGES 25 25 AM_LDFLAGS = @LDFLAGS@ 26 26 vte/trunk/src/vte.c
r52 r55 3627 3627 } 3628 3628 3629 #ifdef MAEMO_CHANGES 3629 3630 static void 3630 3631 vte_terminal_clipboard_operation(VteTerminal *terminal, … … 3646 3647 } 3647 3648 } 3649 #endif 3648 3650 3649 3651 /* Send text from the input method to the child. */ … … 7724 7726 GTK_SIGNAL_FUNC(vte_terminal_get_has_selection), 7725 7727 terminal); 7728 #ifdef MAEMO_CHANGES 7726 7729 g_signal_connect_swapped( 7727 7730 G_OBJECT(terminal->pvt->im_context), … … 7729 7732 GTK_SIGNAL_FUNC(vte_terminal_clipboard_operation), 7730 7733 terminal); 7734 #endif 7731 7735 g_signal_connect(G_OBJECT(terminal->pvt->im_context), "preedit-start", 7732 7736 GTK_SIGNAL_FUNC(vte_terminal_im_preedit_start),
