[Xfce4-commits] <midori:master> Fix typo s/#if/#ifdef/ in midori_location_action_popup_timeout_cb
Christian Dywan
noreply at xfce.org
Fri Dec 7 14:12:02 CET 2012
Updating branch refs/heads/master
to b862afd9c630ea8b6c24dcfa5a459ba2dbb61457 (commit)
from 4173d2f0cce95547ea0559220a85aaa2aa081c80 (commit)
commit b862afd9c630ea8b6c24dcfa5a459ba2dbb61457
Author: Christian Dywan <christian at twotoasts.de>
Date: Thu Dec 6 20:38:23 2012 +0100
Fix typo s/#if/#ifdef/ in midori_location_action_popup_timeout_cb
midori/midori-locationaction.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/midori/midori-locationaction.c b/midori/midori-locationaction.c
index c8fa3ea..79b3731 100644
--- a/midori/midori-locationaction.c
+++ b/midori/midori-locationaction.c
@@ -714,7 +714,7 @@ midori_location_action_popup_timeout_cb (gpointer data)
"cell-background", MIDORI_AUTOCOMPLETER_COLUMNS_BACKGROUND,
NULL);
renderer = gtk_cell_renderer_text_new ();
- #if HAVE_GRANITE
+ #ifdef HAVE_GRANITE
gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (column), renderer, FALSE);
#else
gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (column), renderer, TRUE);
@@ -722,7 +722,7 @@ midori_location_action_popup_timeout_cb (gpointer data)
gtk_cell_layout_set_attributes (GTK_CELL_LAYOUT (column), renderer,
"cell-background", MIDORI_AUTOCOMPLETER_COLUMNS_BACKGROUND,
NULL);
- #if HAVE_GRANITE
+ #ifdef HAVE_GRANITE
gtk_tree_view_column_set_expand (column, TRUE);
gtk_cell_layout_set_cell_data_func (GTK_CELL_LAYOUT (column), renderer,
midori_location_entry_render_title_cb, action, NULL);
More information about the Xfce4-commits
mailing list