aboutsummaryrefslogtreecommitdiffstats
path: root/www/galeon2/files/patch-src_galeon-encoding-dialog.c
blob: 674069940d4d79cbd99ac6fa2b52f8b192d2fec1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- src/galeon-encoding-dialog.c.orig   Sat Jul  3 16:45:02 2004
+++ src/galeon-encoding-dialog.c    Sat Jul  3 16:45:11 2004
@@ -282,10 +282,10 @@
 tree_view_selection_changed_cb (GtkTreeSelection *selection, 
                GaleonEncodingDialog *dialog)
 {
-   if (dialog->priv->update_tag == TRUE) return;
-
    GtkTreeModel *model;
    GtkTreeIter iter;
+
+   if (dialog->priv->update_tag == TRUE) return;
 
    if (gtk_tree_selection_get_selected (selection, &model, &iter))
    {