Diff of /trunk/src/relation_edit.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 148 by harbaum, Fri Mar 27 14:49:30 2009 UTC revision 152 by harbaum, Sun Mar 29 19:19:30 2009 UTC
# Line 20  Line 20 
20  #include "appdata.h"  #include "appdata.h"
21    
22  /* UI sizes */  /* UI sizes */
23    /* TH: All this dialog size stuff should imho go into one central place */
24    
25  #ifdef USE_HILDON  #ifdef USE_HILDON
26  // Making the dialog a little wider makes it less "crowded"  // Making the dialog a little wider makes it less "crowded"
# Line 253  static void on_relation_item_add(GtkWidg Line 254  static void on_relation_item_add(GtkWidg
254                         -1);                         -1);
255    
256      gtk_tree_selection_select_iter(list_get_selection(context->list), &iter);      gtk_tree_selection_select_iter(list_get_selection(context->list), &iter);
   
     /* scroll to end */  
     //    GtkAdjustment *adj = gtk_scrolled_window_get_vadjustment();  
     /* xyz */  
257    }    }
258  }  }
259    

Legend:
Removed from v.148  
changed lines
  Added in v.152