/[weechat]/weechat/src/gui/gui-common.c
ViewVC logotype

Diff of /weechat/src/gui/gui-common.c

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

revision 1.4 by flashcode, Sun Oct 26 13:21:08 2003 UTC revision 1.5 by flashcode, Sun Nov 16 19:40:36 2003 UTC
# Line 264  gui_new_line (t_gui_window *window) Line 264  gui_new_line (t_gui_window *window)
264      }      }
265      else      else
266      {      {
267          log_printf (_("%s not enough memory for new line!\n"));          wee_log_printf (_("%s not enough memory for new line!\n"));
268          return NULL;          return NULL;
269      }      }
270      return new_line;      return new_line;
# Line 291  gui_new_message (t_gui_window *window) Line 291  gui_new_message (t_gui_window *window)
291      }      }
292      else      else
293      {      {
294          log_printf (_("not enough memory!\n"));          wee_log_printf (_("not enough memory!\n"));
295          return NULL;          return NULL;
296      }      }
297      return new_message;      return new_message;

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26