[gtkhtml] Removed two commented lines that included deprecated GTK+ symbols
- From: Andre Klapper <aklapper src gnome org>
- To: svn-commits-list gnome org
- Subject: [gtkhtml] Removed two commented lines that included deprecated GTK+ symbols
- Date: Sun, 26 Apr 2009 12:58:19 -0400 (EDT)
commit e66aac541b282a69b4a334499f13d4f1fa982e7d
Author: Andre Klapper <a9016009 gmx de>
Date: Sun Apr 26 18:57:13 2009 +0200
Removed two commented lines that included deprecated GTK+ symbols
---
gtkhtml/gtkhtml.c | 1 -
gtkhtml/testgtkhtml.c | 3 ---
2 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/gtkhtml/gtkhtml.c b/gtkhtml/gtkhtml.c
index 9f3e217..cc168b2 100644
--- a/gtkhtml/gtkhtml.c
+++ b/gtkhtml/gtkhtml.c
@@ -5989,7 +5989,6 @@ gtk_html_editor_event_command (GtkHTML *html, GtkHTMLCommandType com_type, gbool
g_value_init (&arg, G_TYPE_STRING);
g_value_set_string (&arg, get_value_nick (com_type));
- /* printf ("sending %s\n", GTK_VALUE_STRING (*args [0])); */
gtk_html_editor_event (html, before ? GTK_HTML_EDITOR_EVENT_COMMAND_BEFORE : GTK_HTML_EDITOR_EVENT_COMMAND_AFTER,
&arg);
diff --git a/gtkhtml/testgtkhtml.c b/gtkhtml/testgtkhtml.c
index a341664..ea7e9b1 100644
--- a/gtkhtml/testgtkhtml.c
+++ b/gtkhtml/testgtkhtml.c
@@ -528,9 +528,6 @@ on_button_press_event (GtkWidget *widget, GdkEventButton *event)
g_return_val_if_fail (widget != NULL, FALSE);
g_return_val_if_fail (event != NULL, FALSE);
- /* The "widget" is the menu that was supplied when
- * gtk_signal_connect_object was called.
- */
menu = GTK_MENU (popup_menu);
if (event->type == GDK_BUTTON_PRESS) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]