reformated with "astyle -s3" because of inconsistent formating

-> NO CODE CHANGES!


SVN revision: 40150
This commit is contained in:
Andreas Volz 2009-04-17 20:35:04 +00:00
parent ea29023652
commit 71173bb012
1 changed files with 150 additions and 150 deletions

View File

@ -309,7 +309,7 @@ _grab_cb_mouse_down(void *data, int type, void *event)
if (!(cfdata = data)) return 1; if (!(cfdata = data)) return 1;
if (ev->window != cfdata->grab.bind_win) return 1; if (ev->window != cfdata->grab.bind_win) return 1;
if(ev->buttons == cfdata->btn.drag) if (ev->buttons == cfdata->btn.drag)
cfdata->btn.drag = 0; cfdata->btn.drag = 0;
else if (ev->buttons == cfdata->btn.noplace) else if (ev->buttons == cfdata->btn.noplace)
cfdata->btn.noplace = 0; cfdata->btn.noplace = 0;
@ -323,7 +323,7 @@ _grab_cb_mouse_down(void *data, int type, void *event)
else else
cfdata->btn.desk = ev->buttons; cfdata->btn.desk = ev->buttons;
if(ev->buttons == 3) if (ev->buttons == 3)
{ {
e_util_dialog_show(_("Attetion"), e_util_dialog_show(_("Attetion"),
_("You cannot use the right mouse button in the<br>" _("You cannot use the right mouse button in the<br>"