cropper
diff interface.c @ 10:5e282003f0c1
minor changes; besser indenting
author | meillo@marmaro.de |
---|---|
date | Thu, 04 Mar 2010 13:54:17 +0100 |
parents | 7e1cf00de1df |
children | c18ba4ea1514 |
line diff
1.1 --- a/interface.c Thu Mar 20 20:01:38 2008 +0100 1.2 +++ b/interface.c Thu Mar 04 13:54:17 2010 +0100 1.3 @@ -72,7 +72,6 @@ 1.4 GtkWidget *frame1; 1.5 GtkWidget *vbox7; 1.6 GtkWidget *nav_container; 1.7 - GtkWidget *image_area; 1.8 GtkWidget *hbox16; 1.9 GtkWidget *hbox17; 1.10 GtkWidget *crop_zoom_in_button; 1.11 @@ -356,6 +355,7 @@ 1.12 /* image_area */ 1.13 image_buffer = gdk_pixbuf_new_from_file(image_filename, NULL); 1.14 image_area = gtk_image_new_from_pixbuf(image_buffer); 1.15 + 1.16 gtk_widget_set_name(image_area, "image_area"); 1.17 gtk_widget_show(image_area); 1.18 gtk_box_pack_start(GTK_BOX(nav_container), image_area, TRUE, TRUE, 0);