comparison src/prefs.c @ 4702:cb5b23dfd82b

[gaim-migrate @ 5013] Started on buddy list drag-n-drop. This will be useful mostly for editing the buddy list but I decided to sleep before doing that. You can drag a buddy into a conversation window now, though. Which is cool. But, even that's not complete yet. I'll have fun tomorrow. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 11 Mar 2003 07:57:53 +0000
parents e52e19e33227
children e4dda06a3143
comparison
equal deleted inserted replaced
4701:ac7ca2bd6d4f 4702:cb5b23dfd82b
342 GtkCellRenderer *rend; 342 GtkCellRenderer *rend;
343 GtkTreeViewColumn *col; 343 GtkTreeViewColumn *col;
344 GtkTreeSelection *sel; 344 GtkTreeSelection *sel;
345 GtkTreePath *path = NULL; 345 GtkTreePath *path = NULL;
346 GtkWidget *label; 346 GtkWidget *label;
347 GtkTargetEntry te[3] = {{"text/plain", 0, 0},{"text/uri-list", 1, 0},{"STRING", 2, 0}}; 347 GtkTargetEntry te[3] = {{"text/plain", 0, 0},{"text/uri-list", 0, 1},{"STRING", 0, 2}};
348 348
349 ret = gtk_vbox_new(FALSE, 18); 349 ret = gtk_vbox_new(FALSE, 18);
350 gtk_container_set_border_width (GTK_CONTAINER (ret), 12); 350 gtk_container_set_border_width (GTK_CONTAINER (ret), 12);
351 351
352 label = gtk_label_new(_("Select a smiley theme that you would like to use from the list below. New themes can be installed by dragging and dropping them onto the theme list.")); 352 label = gtk_label_new(_("Select a smiley theme that you would like to use from the list below. New themes can be installed by dragging and dropping them onto the theme list."));