/pidgin/main: 4e2c5ebf3056: Remove incorrect comments.
Elliott Sales de Andrade
qulogic at pidgin.im
Sat May 11 18:06:08 EDT 2013
Changeset: 4e2c5ebf305696bec42007abe3d49f438fee10ad
Author: Elliott Sales de Andrade <qulogic at pidgin.im>
Date: 2013-05-11 18:04 -0400
Branch: default
URL: https://hg.pidgin.im/pidgin/main/rev/4e2c5ebf3056
Description:
Remove incorrect comments.
diffstat:
pidgin/gtkdebug.c | 1 -
pidgin/gtkprefs.c | 1 -
2 files changed, 0 insertions(+), 2 deletions(-)
diffs (22 lines):
diff --git a/pidgin/gtkdebug.c b/pidgin/gtkdebug.c
--- a/pidgin/gtkdebug.c
+++ b/pidgin/gtkdebug.c
@@ -545,7 +545,6 @@ debug_window_new(void)
gtk_container_add(GTK_CONTAINER(toolbar), GTK_WIDGET(item));
#if GTK_CHECK_VERSION(3,0,0)
- /* TODO: implement it for GTK2 */
filter_css = gtk_css_provider_new();
gtk_css_provider_load_from_data(filter_css, filter_style, -1, NULL);
context = gtk_widget_get_style_context(win->expression);
diff --git a/pidgin/gtkprefs.c b/pidgin/gtkprefs.c
--- a/pidgin/gtkprefs.c
+++ b/pidgin/gtkprefs.c
@@ -2093,7 +2093,6 @@ network_page(void)
G_CALLBACK(network_ip_changed), NULL);
#if GTK_CHECK_VERSION(3,0,0)
- /* TODO: implement it for GTK2 */
ip_css = gtk_css_provider_new();
gtk_css_provider_load_from_data(ip_css, ip_style, -1, NULL);
context = gtk_widget_get_style_context(entry);
More information about the Commits
mailing list