summaryrefslogtreecommitdiff
path: root/src/ui/tabpopup.c
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-11-15 10:02:39 -0800
committerStefano Karapetsas <[email protected]>2013-11-15 10:02:39 -0800
commit0403454e7f3c456effaa8ae83fad4afa7dcca581 (patch)
tree8513ca11cabb670f486f9e5867c42e4154b5daaa /src/ui/tabpopup.c
parentcf101a024b8749a1b2109e3a3b49a7a760124d2d (diff)
parent39f4aae72c83c5fa79b8ea84ac78e53a50d908ea (diff)
downloadmarco-0403454e7f3c456effaa8ae83fad4afa7dcca581.tar.bz2
marco-0403454e7f3c456effaa8ae83fad4afa7dcca581.tar.xz
Merge pull request #67 from ryandoyle/master
Regression fix and typo
Diffstat (limited to 'src/ui/tabpopup.c')
-rw-r--r--src/ui/tabpopup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tabpopup.c b/src/ui/tabpopup.c
index 76a299be..6cee30cd 100644
--- a/src/ui/tabpopup.c
+++ b/src/ui/tabpopup.c
@@ -786,7 +786,7 @@ meta_select_image_expose_event (GtkWidget *widget,
cairo_t *cr;
GtkAllocation allocation;
- gtk_widgeT_get_allocation(widget, &allocation);
+ gtk_widget_get_allocation(widget, &allocation);
misc = GTK_MISC (widget);